blobmsg_json: blobmsg_format_string: do not escape '/'
Resolves FS#2147 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
c83a84afbe
commit
eeef7b50a0
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ static void blobmsg_format_string(struct strbuf *s, const char *str)
|
||||||
break;
|
break;
|
||||||
case '"':
|
case '"':
|
||||||
case '\\':
|
case '\\':
|
||||||
case '/':
|
|
||||||
escape = *p;
|
escape = *p;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue