From: Jaroslav Kysela Date: Thu, 19 Apr 2001 07:46:50 +0000 (+0000) Subject: Fixed typo X-Git-Tag: v1.0.3~881 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e0ef729f415e330660fefe217826cb4abf2629af;p=alsa-lib.git Fixed typo --- diff --git a/src/control/control.c b/src/control/control.c index 90a63542..3042ae26 100644 --- a/src/control/control.c +++ b/src/control/control.c @@ -443,7 +443,7 @@ int snd_ctl_open(snd_ctl_t **ctlp, const char *name, int mode) return -EINVAL; } } - if (!open) { + if (!open_name) { open_name = buf; snprintf(buf, sizeof(buf), "_snd_ctl_%s_open", str); }