Browse Source

blobmsg_json: blobmsg_format_string: do not escape '/'

Resolves FS#2147

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou 5 years ago
parent
commit
eeef7b50a0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      blobmsg_json.c

+ 0 - 1
blobmsg_json.c

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