summaryrefslogtreecommitdiff
path: root/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch
blob: 6f37970aa568ed10245415d8ae07ffbef0c629e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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