[Mono-bugs] [Bug 77760][Nor] New - jay/reader.c glitch
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 15:29:21 EST 2006
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 ats at cs.rit.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=77760
--- shadow/77760 2006-03-10 15:29:21.000000000 -0500
+++ shadow/77760.tmp.2047 2006-03-10 15:29:21.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 77760
+Product: Mono: Tools
+Version: unspecified
+OS:
+OS Details: Tiger
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: tools
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ats at cs.rit.edu
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: jay/reader.c glitch
+
+line 1095 of reader.c
+
+ else fprintf(f, "yyVals[%d+yyTop]", tag, i);
+
+should read
+
+ else fprintf(f, "yyVals[%d+yyTop]", i); // etienne.cochard at ciel.com 3/5/04
More information about the mono-bugs
mailing list