[Pkg-grid-commits] paje.app/debian/patches locale_C.diff,NONE,1.1

Vincent Danjean pkg-grid-devel@lists.alioth.debian.org
Fri, 22 Apr 2005 22:03:23 +0000


Update of /cvsroot/pkg-grid/paje.app/debian/patches
In directory haydn:/tmp/cvs-serv13498/debian/patches

Added Files:
	locale_C.diff 
Log Message:
Fix locale bug
Add debian/examples in CVS (was in my directory since a long time :-( )


--- NEW FILE: locale_C.diff ---
Index: General/DataScanner.m
===================================================================
RCS file: /cvsroot/paje/Paje/General/DataScanner.m,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Paje/General/DataScanner.m	17 Feb 2005 20:52:13 -0000	1.2
+++ Paje/General/DataScanner.m	22 Apr 2005 17:28:45 -0000	1.3
@@ -36,7 +36,7 @@
         position = 0;
         
         // FIXME: find a cleaner way of reading numbers independently of locale
-        setlocale(LC_NUMERIC, "en_US");
+        setlocale(LC_NUMERIC, "C");
     }
     return self;
 }