]> git.alsa-project.org Git - alsa-tools.git/commit
us428control - Fix array overflow
authorTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2009 09:48:45 +0000 (11:48 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 8 Jun 2009 09:48:45 +0000 (11:48 +0200)
commit88343d7989c37061e86e1e308490b32e03a6c481
tree07215cb61cdf494f65f1df772b1d6c09bf0812d3
parentbe542131ef52c3a296edb7834641a79e1e5bfdaa
us428control - Fix array overflow

Fix the array overflow in accessing Vol[],
   Cus428State.cc:257:32: warning: array subscript is above array bounds

Signed-off-by: Takashi Iwai <tiwai@suse.de>
us428control/Cus428State.cc