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
2024-07-23 21:27:35 +01:00
@@ -510,7 +510,7 @@
2023-09-04 23:00:40 +01:00
QByteArray datas = HAMLIBsock->readAll();
- qDebug(datas.data());
+ qDebug("SetPTT Error: %s", datas.data());
}