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, 0 insertions, 12 deletions
diff --git a/json/hex-chars.jmb1.p b/json/hex-chars.jmb1.p
deleted file mode 100644
index 10ea30a..0000000
--- a/json/hex-chars.jmb1.p
+++ /dev/null
@@ -1,12 +0,0 @@
-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[] = {