From: Adam Sutton Date: Wed, 20 Jun 2012 10:06:37 +0000 (+0100) Subject: Remove json hack, no longer required. X-Git-Tag: 3.3~219^2~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18792c8a33c87203def8bc700cb6719ef0dd62d8;p=thirdparty%2Ftvheadend.git Remove json hack, no longer required. --- diff --git a/src/htsmsg_json.c b/src/htsmsg_json.c index 3861550f0..492fac4f5 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;