Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blobmsg_json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/blobmsg_json.c b/blobmsg_json.c
index ca9dd1a..59a4b31 100644
--- a/blobmsg_json.c
+++ b/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: