mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
device-manager: Fix tagstruct description extraction (copy+paste blunder)
This commit is contained in:
parent
70accbbd61
commit
40e97eb698
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
|
|||
entry.version = ENTRY_VERSION;
|
||||
|
||||
if (pa_tagstruct_gets(t, &name) < 0 ||
|
||||
pa_tagstruct_gets(reply, &description) < 0)
|
||||
pa_tagstruct_gets(t, &description) < 0)
|
||||
goto fail;
|
||||
|
||||
if (!name || !*name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue