blobmsg_json: blobmsg_format_string: do not escape '/'

Resolves FS#2147

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou 2019-02-27 02:48:47 +00:00
parent c83a84afbe
commit eeef7b50a0

View file

@ -185,7 +185,6 @@ static void blobmsg_format_string(struct strbuf *s, const char *str)
break;
case '"':
case '\\':
case '/':
escape = *p;
break;
default: