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.5,1.6
Date: Sun, 09 Mar 2003 10:08:10 -0500

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

Modified Files:
        GeneralFormatter.cs 
Log Message:
Patch from Mike Peters


Index: GeneralFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Private/NumberFormat/GeneralFormatter.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** GeneralFormatter.cs 2 Feb 2003 16:39:18 -0000       1.5
--- GeneralFormatter.cs 9 Mar 2003 15:08:08 -0000       1.6
***************
*** 54,57 ****
--- 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;





reply via email to

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