[grisbi-cvs] grisbi/src gsb_real.c,1.60,1.61
Gunee
guneemwelloeux at users.sourceforge.net
Thu Dec 10 16:54:40 CET 2009
- Previous message: [grisbi-cvs] grisbi/src gsb_file_load.c, 1.192, 1.193 gsb_real.c, 1.59, 1.60
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.70, 1.71 da.po, 1.77, 1.78 de.po, 1.142, 1.143 el.po, 1.41, 1.42 eo.po, 1.34, 1.35 es.po, 1.137, 1.138 fa.po, 1.64, 1.65 fr.po, 1.205, 1.206 grisbi.pot, 1.112, 1.113 he.po, 1.70, 1.71 it.po, 1.70, 1.71 nl.po, 1.69, 1.70 pl.po, 1.75, 1.76 pt_BR.po, 1.72, 1.73 ro.po, 1.71, 1.72 ru.po, 1.69, 1.70 zh_CN.po, 1.65, 1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29734/src
Modified Files:
gsb_real.c
Log Message:
Conflict solved
Index: gsb_real.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_real.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- gsb_real.c 10 Dec 2009 15:06:47 -0000 1.60
+++ gsb_real.c 10 Dec 2009 15:54:38 -0000 1.61
@@ -373,10 +373,10 @@
? strlen ( mon_thousands_sep )
: 0;
mdp_len = mon_decimal_point ? strlen ( mon_decimal_point ) : 0;
- if ( !strchr ( mon_thousands_sep, '.' ))
- decimal_chars = g_strconcat(".", mon_decimal_point, NULL);
- else
- decimal_chars = g_strdup(mon_decimal_point);
+ if ( !strchr ( mon_thousands_sep, '.' ))
+ decimal_chars = g_strconcat(".", mon_decimal_point, NULL);
+ else
+ decimal_chars = g_strdup(mon_decimal_point);
space_chars = g_strconcat(" ", mon_thousands_sep, NULL);
for ( ; ; )
- Previous message: [grisbi-cvs] grisbi/src gsb_file_load.c, 1.192, 1.193 gsb_real.c, 1.59, 1.60
- Next message: [grisbi-cvs] grisbi/po cs.po, 1.70, 1.71 da.po, 1.77, 1.78 de.po, 1.142, 1.143 el.po, 1.41, 1.42 eo.po, 1.34, 1.35 es.po, 1.137, 1.138 fa.po, 1.64, 1.65 fr.po, 1.205, 1.206 grisbi.pot, 1.112, 1.113 he.po, 1.70, 1.71 it.po, 1.70, 1.71 nl.po, 1.69, 1.70 pl.po, 1.75, 1.76 pt_BR.po, 1.72, 1.73 ro.po, 1.71, 1.72 ru.po, 1.69, 1.70 zh_CN.po, 1.65, 1.66
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list