mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
json: don't escape /
This commit is contained in:
parent
2acf29a86c
commit
016f02616b
2 changed files with 1 additions and 2 deletions
|
|
@ -548,7 +548,6 @@ static int encode_string(FILE *f, const char *val)
|
|||
break;
|
||||
case '\\':
|
||||
case '"':
|
||||
case '/':
|
||||
len += fprintf(f, "\\%c", *val);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue