From 18792c8a33c87203def8bc700cb6719ef0dd62d8 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Wed, 20 Jun 2012 11:06:37 +0100 Subject: [PATCH] Remove json hack, no longer required. --- src/htsmsg_json.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/htsmsg_json.c b/src/htsmsg_json.c index 3861550f..492fac4f 100644 --- a/src/htsmsg_json.c +++ b/src/htsmsg_json.c @@ -199,11 +199,9 @@ htsmsg_json_parse_string(const char *s, const char **endp) else if(*a == 't') *b++ = '\t'; else if(*a == 'u') { -#if TODO /* 4 hexdigits: Not supported */ free(r); return NULL; -#endif a += 4; } else { *b++ = *a;