dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private NumberParser.


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private NumberParser.cs,1.4,1.5
Date: Sat, 04 Jan 2003 07:54:37 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private
In directory subversions:/tmp/cvs-serv3537/runtime/System/Private

Modified Files:
        NumberParser.cs 
Log Message:


Bug in thousands parsing


Index: NumberParser.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/NumberParser.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** NumberParser.cs     1 Jan 2003 18:12:58 -0000       1.4
--- NumberParser.cs     4 Jan 2003 12:54:35 -0000       1.5
***************
*** 893,896 ****
--- 893,898 ----
                idx -= sizes[i];
  
+               if (idx < 0) return false;
+ 
                while (idx > 0)
                {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]