mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
properties: escape '/' as well
This commit is contained in:
parent
eb8546a682
commit
d91cc99d92
1 changed files with 1 additions and 0 deletions
|
|
@ -578,6 +578,7 @@ static int encode_string(FILE *f, const char *val)
|
||||||
break;
|
break;
|
||||||
case '\\':
|
case '\\':
|
||||||
case '"':
|
case '"':
|
||||||
|
case '/':
|
||||||
len += fprintf(f, "\\%c", *val);
|
len += fprintf(f, "\\%c", *val);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue