Remove json hack, no longer required.
This commit is contained in:
parent
ee1f454cf0
commit
18792c8a33
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue