From f54f03bfc43a53fb7871a0e376b2fcb9847a27c8 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Mon, 12 Feb 2007 13:45:57 +0100 Subject: fix SNDERR() format strings/arguments --- src/mixer/simple_none.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mixer/simple_none.c') 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), -- cgit v1.2.1