[Mono-bugs] [Bug 51347][Nor] Changed - Incorrect string concatenation in string array initializers

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 Nov 2003 23:46:06 -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 miguel@ximian.com.

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

--- shadow/51347	2003-11-24 11:25:13.000000000 -0500
+++ shadow/51347.tmp.13681	2003-11-24 23:46:06.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51347
 Product: Mono/MCS
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: l_m@pacbell.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -64,6 +64,14 @@
 bargs = new ArrayList (b.Arguments);
  								int count 
 = bargs.Count;
  								
  								if (count 
 == 2){
+
+------- Additional Comments From miguel@ximian.com  2003-11-24 23:46 -------
+Could you provide more information on the research here?  Why are we
+gettting that extra "C" load in the string concatenation?
+
+(I applied the patch)
+
+Miguel