mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: minor fix
This commit is contained in:
parent
f314119aa9
commit
eb7df98cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ static int message_get(struct message *m, ...)
|
|||
break;
|
||||
|
||||
if ((res = read_u8(m, &dtag)) < 0)
|
||||
return res;
|
||||
goto done;
|
||||
|
||||
switch (dtag) {
|
||||
case TAG_STRING:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue