You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc3...

12 lines
334 B

--- src/alsamixer.cxx
+++ src/alsamixer.cxx
@@ -654,7 +654,7 @@
if (joined) {
#ifdef ALSAMIXER_GUI
for (chn = snd_mixer_selem_channel_id_t(0); chn < SND_MIXER_SCHN_LAST;
- snd_mixer_selem_channel_id_t(int(chn)++))
+ snd_mixer_selem_channel_id_t(int(chn)+1))
#else
for (chn = 0; chn < SND_MIXER_SCHN_LAST; chn++)
#endif