[Mono-bugs] [Bug 77602][Wis] Changed - fail to save assembly or
create reflection assembly with system librairies
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 21 04:52:26 EST 2006
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 mono at evain.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77602
--- shadow/77602 2006-02-20 15:54:06.000000000 -0500
+++ shadow/77602.tmp.7042 2006-02-21 04:52:26.000000000 -0500
@@ -153,6 +153,9 @@
+ if (s == null) s = String.Empty;
byte [] data = Encoding.UTF8.GetBytes (s);
Utilities.WriteCompressedInteger
(writer, data.Length);
writer.Write (data);
+
+------- Additional Comments From mono at evain.net 2006-02-21 04:52 -------
+The second bug is fixed in SVN at r57083
More information about the mono-bugs
mailing list