[Opensrf-commits] r1166 - trunk/include/opensrf

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 11 21:56:10 EST 2007


Author: miker
Date: 2007-12-11 21:35:36 -0500 (Tue, 11 Dec 2007)
New Revision: 1166

Modified:
   trunk/include/opensrf/osrf_json_utils.h
Log:
Patch from Scott McKellar to allow E as well as e for scientific notation

Modified: trunk/include/opensrf/osrf_json_utils.h
===================================================================
--- trunk/include/opensrf/osrf_json_utils.h	2007-12-11 12:33:57 UTC (rev 1165)
+++ trunk/include/opensrf/osrf_json_utils.h	2007-12-12 02:35:36 UTC (rev 1166)
@@ -32,7 +32,7 @@
 
 #define JSON_LOG_MARK __FILE__,__LINE__
 
-#define JSON_NUMBER_CHARS "0123456789.+-e"
+#define JSON_NUMBER_CHARS "0123456789.+-eE"
 
 /**
  * These are the callbacks through which the top level parser 



More information about the opensrf-commits mailing list