mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
conf-parser: Add support for parsing property lists.
This commit is contained in:
parent
7449f6d9e5
commit
d3bced8bee
6 changed files with 61 additions and 11 deletions
|
|
@ -127,7 +127,7 @@ int pa_client_conf_load(pa_client_conf *c, const char *filename) {
|
|||
goto finish;
|
||||
}
|
||||
|
||||
r = f ? pa_config_parse(fn, f, table, NULL) : 0;
|
||||
r = f ? pa_config_parse(fn, f, table, NULL, NULL) : 0;
|
||||
|
||||
if (!r)
|
||||
r = pa_client_conf_load_cookie(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue