mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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;
|
||||
case '\\':
|
||||
case '"':
|
||||
case '/':
|
||||
len += fprintf(f, "\\%c", *val);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue