freebsd-ports/audio/wmmixer/files/patch-ac

12 lines
328 B
Text
Raw Normal View History

2002-09-13 00:17:23 +02:00
--- wmmixer.cc.orig Thu Sep 12 15:06:32 2002
+++ wmmixer.cc Thu Sep 12 15:06:48 2002
@@ -503,7 +503,7 @@
}
}
-void checkVol(bool forced=true){
+void checkVol(bool forced){
mixctl->readVol(channel[curchannel], true);
int nl=mixctl->readLeft(channel[curchannel]);
int nr=mixctl->readRight(channel[curchannel]);