mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
fix arguments to format string
This commit is contained in:
parent
7fecb2340e
commit
c7ed771a98
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ static char *get_name(pa_proplist *p, const char *prefix) {
|
||||||
else if ((r = pa_proplist_gets(p, PA_PROP_MEDIA_NAME)))
|
else if ((r = pa_proplist_gets(p, PA_PROP_MEDIA_NAME)))
|
||||||
return pa_sprintf_malloc("%s-by-media-name:%s", prefix, r);
|
return pa_sprintf_malloc("%s-by-media-name:%s", prefix, r);
|
||||||
|
|
||||||
return pa_sprintf_malloc("%s-fallback:%s", prefix);
|
return pa_sprintf_malloc("%s-fallback:%s", prefix, r);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct entry* read_entry(struct userdata *u, char *name) {
|
static struct entry* read_entry(struct userdata *u, char *name) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue