summaryrefslogtreecommitdiff
path: root/src/mixer/simple_none.c
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2007-02-12 13:45:57 +0100
committerClemens Ladisch <clemens@ladisch.de>2007-02-12 13:45:57 +0100
commitf54f03bfc43a53fb7871a0e376b2fcb9847a27c8 (patch)
tree55186078827a1fe55b30c6d1d152f35bd18ceef4 /src/mixer/simple_none.c
parent0c49463b8ca9ebbd1e64940e28c412b4ff20e9a5 (diff)
downloadalsa-lib-f54f03bfc43a53fb7871a0e376b2fcb9847a27c8.tar.gz
fix SNDERR() format strings/arguments
Diffstat (limited to 'src/mixer/simple_none.c')
-rw-r--r--src/mixer/simple_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/simple_none.c b/src/mixer/simple_none.c
index 3b190c39..9ab2cf06 100644
--- a/src/mixer/simple_none.c
+++ b/src/mixer/simple_none.c
@@ -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),