mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Transfer maintainership to the new volunteer - Add some missing USE_XORG entries while here PR: 244041 Submitted by: blackend
11 lines
267 B
C++
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]);
|