[Mono-bugs] [Bug 24769] Changed - Array index lvalue incremented twice

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 May 2002 00:09:54 -0000


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

--- shadow/24769	Wed May 15 12:27:04 2002
+++ shadow/24769.tmp.8559	Thu May 16 20:09:54 2002
@@ -1,14 +1,14 @@
 Bug#: 24769
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dihlewis@yahoo.co.uk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,9 @@
 		if (i != 1)
 			return 1;
 
 		return 0;
 	}
 }
+
+------- Additional Comments From miguel@ximian.com  2002-05-16 20:09 -------
+Very nice solution to this ugly bug ;-)