[Mono-bugs] [Bug 72588][Nor] Changed - LoadImageFromStream requires seekable stream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 18:31:40 -0500 (EST)


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 peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72588

--- shadow/72588	2005-02-20 12:19:15.000000000 -0500
+++ shadow/72588.tmp.14155	2005-03-29 18:31:40.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 72588
 Product: Mono: Class Libraries
 Version: 1.0
 OS: All
 OS Details: Tested on Redhat and FreeBSD
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: stefan@rusek.org               
 QAContact: mono-bugs@ximian.com
@@ -78,6 +78,14 @@
 	// If we are peeking bytes, then go back to original position before
 peeking
 	stream.Seek (streamPosition, SeekOrigin.Begin);
 }
 
 in StreamGetBytesImpl. This probably needs its own little buffer impl.
+
+------- Additional Comments From peter@novonyx.com  2005-03-29 18:31 -------
+Fixed in SVN head
+
+[root@pbartok2 swf]# mono pictest.exe 
+Success
+[root@pbartok2 swf]# 
+