mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fix SNDERR() format strings/arguments
This commit is contained in:
parent
0c49463b8c
commit
f54f03bfc4
4 changed files with 8 additions and 8 deletions
|
|
@ -1702,7 +1702,7 @@ static int simple_add1(snd_mixer_class_t *class, const char *name,
|
|||
snd_mixer_selem_id_free(id);
|
||||
}
|
||||
if (simple->ctls[type].elem) {
|
||||
SNDERR("helem (%s,'%s',%li,%li,%li) appears twice or more",
|
||||
SNDERR("helem (%s,'%s',%u,%u,%u) appears twice or more",
|
||||
snd_ctl_elem_iface_name(snd_hctl_elem_get_interface(helem)),
|
||||
snd_hctl_elem_get_name(helem),
|
||||
snd_hctl_elem_get_index(helem),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue