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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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); // [EMAIL PROTECTED] 3/5/04 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
