From fc2ad5668ec5bc4ff38f3d38c00a5037dae49bfa Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 12 Dec 2007 02:35:36 +0000 Subject: [PATCH] Patch from Scott McKellar to allow E as well as e for scientific notation git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1166 9efc2488-bf62-4759-914b-345cdb29e865 --- include/opensrf/osrf_json_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/opensrf/osrf_json_utils.h b/include/opensrf/osrf_json_utils.h index 7b73474..26e9e1f 100644 --- a/include/opensrf/osrf_json_utils.h +++ b/include/opensrf/osrf_json_utils.h @@ -32,7 +32,7 @@ GNU General Public License for more details. #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 -- 2.11.0