[Mono-bugs] [Bug 56454][Maj] Changed - [PATCH] Array assignment of concatentated strings leads to duplication

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 17:23:12 -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 bmaurer@users.sf.net.

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

--- shadow/56454	2004-04-07 17:22:54.000000000 -0400
+++ shadow/56454.tmp.460	2004-04-07 17:23:12.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Array assignment of concatentated strings leads to duplication
+Summary: [PATCH] Array assignment of concatentated strings leads to duplication
 
 Description of Problem:
 
 If you assign an element of a string array to something like
   string [] bob = { "A" + 'B' + "C" } ; // (string + char + string)