[Mono-bugs] [Bug 51347][Nor] Changed - Incorrect string concatenation in string array initializers
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Nov 2003 22:46:53 -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-25 02:12:53.000000000 -0500
+++ shadow/51347.tmp.22891 2003-11-25 22:46:53.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 51347
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: REOPENED
-Resolution:
+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
@@ -129,6 +129,14 @@
bargs.Add (new Argument (right, Argument.AType.Expression));
return new BinaryMethod (
TypeManager.string_type,
+
+------- Additional Comments From miguel@ximian.com 2003-11-25 22:46 -------
+Ok, I applied your patch now :-)
+
+Btw, your pasted patches come out very funky on bugzilla, and its hard
+to apply directly.
+
+Tested it this time.