mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
daemon-config: actually use the stripped line
This commit is contained in:
parent
423f7ed858
commit
80488dba4a
1 changed files with 1 additions and 2 deletions
|
|
@ -53,8 +53,7 @@ parse_line(struct pw_daemon_config *config,
|
|||
*p = '\0';
|
||||
|
||||
/* remove whitespaces */
|
||||
pw_strip(line, "\n\r \t");
|
||||
|
||||
line = pw_strip(line, "\n\r \t");
|
||||
if (*line == '\0') /* empty line */
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue