]> git.alsa-project.org Git - alsa-utils.git/commit
alsactl: Fix the string size for the lock file contents
authorJaroslav Kysela <perex@perex.cz>
Mon, 15 Apr 2013 12:44:13 +0000 (14:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Apr 2013 12:44:13 +0000 (14:44 +0200)
commit95788fea25c1a59985828d4b91af0772d077600b
tree1280612226672a3c74edbfd90cd33e9915298006
parent3616b1fe3ca603832b2f88abeb722cba2f0dde7e
alsactl: Fix the string size for the lock file contents

The string length is 10 characters + LF + '\0' = 12 characters.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsactl/lock.c