[Mono-bugs] [Bug 78759][Nor] Changed - [PATCH] ImageListStreamer fails to load image resources
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 4 05:22:22 EDT 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78759
--- shadow/78759 2006-07-04 05:21:46.000000000 -0400
+++ shadow/78759.tmp.20825 2006-07-04 05:22:22.000000000 -0400
@@ -219,6 +219,11 @@
byte [] bin = Convert.FromBase64String (b64);
Stream f = File.Create ("base64.bin");
f.Write (bin, 0, bin.Length);
f.Close ();
}
}
+
+------- Additional Comments From atsushi at ximian.com 2006-07-04 05:22 -------
+Created an attachment (id=17238)
+proposed fix
+
More information about the mono-bugs
mailing list