mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:05:42 +01:00
Fixed warning
This commit is contained in:
parent
7dbfb61047
commit
69a903d676
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ static int set_control(snd_ctl_t *handle, snd_config_t *control)
|
|||
_ok:
|
||||
err = snd_ctl_elem_write(handle, ctl);
|
||||
if (err < 0) {
|
||||
error("Cannot write control '%d:%d:%d:%s:%d' : %s", iface, device, subdevice, name, index, snd_strerror(err));
|
||||
error("Cannot write control '%ld:%ld:%ld:%s:%ld' : %s", iface, device, subdevice, name, index, snd_strerror(err));
|
||||
return err;
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue