summaryrefslogtreecommitdiff
path: root/json/hex-chars.jmb1.p
diff options
context:
space:
mode:
Diffstat (limited to 'json/hex-chars.jmb1.p')
-rw-r--r--json/hex-chars.jmb1.p12
1 files changed, 12 insertions, 0 deletions
diff --git a/json/hex-chars.jmb1.p b/json/hex-chars.jmb1.p
new file mode 100644
index 0000000..10ea30a
--- /dev/null
+++ b/json/hex-chars.jmb1.p
@@ -0,0 +1,12 @@
+diff -urw json-c-0.7/json_object.c json-c-0.7-jmb/json_object.c
+--- json-c-0.7/json_object.c 2007-03-13 08:25:39.000000000 +0000
++++ json-c-0.7-jmb/json_object.c 2007-06-23 13:33:20.000000000 +0100
+@@ -30,7 +30,7 @@
+ /* #define REFCOUNT_DEBUG 1 */
+
+ char *json_number_chars = "0123456789.+-e";
+-char *json_hex_chars = "0123456789abcdef";
++char *json_hex_chars = "0123456789abcdefABCDEF";
+
+ #ifdef REFCOUNT_DEBUG
+ static char* json_type_name[] = {