[Mono-bugs] [Bug 30171][Nor] Changed - ref/out overloading mismatch
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 Sep 2002 13:20:52 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by martin@gnome.org.
http://bugzilla.ximian.com/show_bug.cgi?id=30171
--- shadow/30171 Fri Sep 13 20:57:15 2002
+++ shadow/30171.tmp.29776 Sat Sep 14 09:20:52 2002
@@ -63,6 +63,10 @@
Gtk.TextIter start_iter, end_iter;
text_buffer.GetIterAtLineOffset (out start_iter, source.Row - 1, 0);
text_buffer.GetIterAtLineOffset (out end_iter, source.Row, 0);
+
+------- Additional Comments From martin@gnome.org 2002-09-14 09:20 -------
+This miscompilation issue is fixed, the rest of the bug not yet.
+