diff options
Diffstat (limited to 'media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch')
-rw-r--r-- | media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch new file mode 100644 index 000000000000..6f37970aa568 --- /dev/null +++ b/media-sound/alsamixergui/files/alsamixergui-0.9.0.1.2-gcc34.patch @@ -0,0 +1,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 |