qtsoundmodem/debian/patches/build-fix.patch

12 lines
187 B
Diff
Raw Normal View History

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