[Mono-bugs] [Bug 53700][Maj] Changed - Marshaling a Unicode StringBuilder does not work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 26 Feb 2004 09:30:52 -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 vargaz@freemail.hu.

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

--- shadow/53700	2004-02-20 11:08:46.000000000 -0500
+++ shadow/53700.tmp.22447	2004-02-26 09:30:52.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 53700
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: Windows XP SP1
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jordi@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -104,6 +104,9 @@
     name[1+items_written*sizeof(WCHAR)]='\0x0';
     
     g_free(pStr);
 
     return Ok;
 }
+
+------- Additional Comments From vargaz@freemail.hu  2004-02-26 09:30 -------
+So this was really fixed.