]> git.alsa-project.org Git - alsa-lib.git/commit
control: shm - initialize write buffer
authorJaroslav Kysela <perex@perex.cz>
Thu, 5 May 2022 12:37:52 +0000 (14:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 May 2022 12:38:09 +0000 (14:38 +0200)
commitf1fa7ea07768bd5dbe15462ef734b28380a12a43
tree84c56914688bdbd840046b02e66a75d79b2f8c5a
parent859448f01033b40feebf9a0aab467ba57a655b5b
control: shm - initialize write buffer

  ccontrol_shm.c: In function ‘snd_ctl_shm_action’:
  control_shm.c:54:23: error: invalid initializer
     54 |         char buf[1] = 0;
        |                       ^

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/control/control_shm.c