]> git.alsa-project.org Git - alsa-utils.git/commit
alsamixer: increase control device name buffer (sysdefault)
authorJaroslav Kysela <perex@perex.cz>
Thu, 15 Apr 2021 09:27:25 +0000 (11:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 15 Apr 2021 09:27:42 +0000 (11:27 +0200)
commit71003a2acb7840413cd2e7777fff2c75c20891f0
tree21edd12a3b042cacd6927d4b87d6d1f977f2e161
parent0369271aace516647ae7a3d4d365ce2a9be6b5d0
alsamixer: increase control device name buffer (sysdefault)

card_select.c:129:28: warning: ā€˜%d’ directive writing between 1 and 10 bytes into a region of size 5 [-Wformat-overflow=]
 129 |   sprintf(buf, "sysdefault:%d", number);

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsamixer/card_select.c