]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: Fix the va_list initialization in cerror_() and dbg_()
authorJaroslav Kysela <perex@perex.cz>
Sun, 29 Dec 2013 19:03:21 +0000 (20:03 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 Dec 2013 19:06:53 +0000 (20:06 +0100)
commitf4be3f88b6e80e3f3ea19ba5784cff49ab6e6277
tree9afed4979afc18f4c28d90f38272c7dd2c38d121
parent5dfc232a9dde5bd6b36ef6782039f4437fc04dd3
alsactl: Fix the va_list initialization in cerror_() and dbg_()

The <ap> argument for syslog_() was uninitialized.

From: Alan Hamilton <alanh@arizonaroads.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/utils.c