mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
--- 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]);
|