qtsoundmodem/debian/patches/build-fix.patch

12 lines
187 B
Diff

--- a/tcpCode.cpp
+++ b/tcpCode.cpp
@@ -370,7 +370,7 @@
QByteArray datas = HAMLIBsock->readAll();
- qDebug(datas.data());
+ qDebug("SetPTT Error: %s", datas.data());
}