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/NumberFormat G


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Private/NumberFormat GeneralFormatter.cs,1.6,1.7
Date: Thu, 03 Apr 2003 10:20:11 -0500

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

Modified Files:
        GeneralFormatter.cs 
Log Message:
Patch from David Hoke .. via Rhys & mailing list


Index: GeneralFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/NumberFormat/GeneralFormatter.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** GeneralFormatter.cs 9 Mar 2003 15:08:08 -0000       1.6
--- GeneralFormatter.cs 3 Apr 2003 15:20:09 -0000       1.7
***************
*** 54,58 ****
                if (o is Int32 || o is UInt32) return 10;
                if (o is Int64 || o is UInt64) return 19;
!               if (o is Byte) return 3;
                if (o is Single) return 7;
                if (o is Double) return 15;
--- 54,58 ----
                if (o is Int32 || o is UInt32) return 10;
                if (o is Int64 || o is UInt64) return 19;
!               if (o is Byte || o is SByte) return 3;
                if (o is Single) return 7;
                if (o is Double) return 15;





reply via email to

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