[Mono-bugs] [Bug 67810][Nor] Changed - A Conversion bug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 25 20:51:48 EDT 2005
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 at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=67810
--- shadow/67810 2005-05-25 20:50:36.000000000 -0400
+++ shadow/67810.tmp.1459 2005-05-25 20:51:48.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 67810
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: VB Runtime
AssignedTo: mono-bugs at ximian.com
ReportedBy: kjambunathan at novell.com
QAContact: mono-bugs at ximian.com
@@ -283,6 +283,9 @@
9 -- 9
and nothing else. it's pretty clear they use something like:
if (c >= '0' && c <= '9')
return c - '0';
return 0;
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-25 20:51 -------
+Fixed in svn.
More information about the mono-bugs
mailing list