qtsoundmodem/debian/patches/build-fix.patch
2023-09-04 23:00:40 +01:00

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());
}