freebsd-ports/comms/linpsk/files/patch-src_waveinput.cpp
Stephen Hurd ad758556d7 Re-create comms/linpsk
Simple Qt PSK31, RTTY, and MSK31 client
2015-01-09 19:33:26 +00:00

11 lines
287 B
C++

--- src/waveinput.cpp.orig 2015-01-07 06:36:15.000000000 -0800
+++ src/waveinput.cpp 2015-01-07 06:36:25.000000000 -0800
@@ -19,7 +19,7 @@
extern Parameter settings;
-WaveInput::WaveInput(int ptt = -1): Input(ptt)
+WaveInput::WaveInput(int ptt): Input(ptt)
{
EightBits=false;
}