[Mono-bugs] [Bug 63755][Nor] Changed - Mono does not correctly marshal "ref string[]" for P/Invoke

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Aug 2004 16:48:03 -0400 (EDT)


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=63755

--- shadow/63755	2004-08-26 15:58:28.000000000 -0400
+++ shadow/63755.tmp.32625	2004-08-28 16:48:03.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 63755
 Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: vargaz@freemail.hu                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
@@ -85,6 +85,9 @@
         { 
                 cout << string_array[i] << endl; 
                 i++; 
         } 
 } 
 }
+
+------- Additional Comments From vargaz@freemail.hu  2004-08-28 16:48 -------
+Fixed in CVS.