From: miker Date: Wed, 12 Dec 2007 02:35:36 +0000 (+0000) Subject: Patch from Scott McKellar to allow E as well as e for scientific notation X-Git-Tag: osrf_rel_2_0_1~801 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc2ad5668ec5bc4ff38f3d38c00a5037dae49bfa;p=OpenSRF.git 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 --- 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