ports/audio/wmsmixer/files/patch-wmsmixer.cc
Alexey Dokuchaev 6be9ba5540 - Resurrect, unbreak, and undeprecate the port
- Transfer maintainership to the new volunteer
- Add some missing USE_XORG entries while here

PR:		244041
Submitted by:	blackend
2020-04-24 10:22:14 +00:00

11 lines
267 B
C++

--- wmsmixer.cc.orig 2003-04-12 22:08:58 UTC
+++ wmsmixer.cc
@@ -547,7 +547,7 @@ void readFile()
}
}
-void checkVol(bool forced=true)
+void checkVol(bool forced)
{
mixctl->readVol(channel[curchannel], true);
int nl=mixctl->readLeft(channel[curchannel]);