Start to patch the build
This commit is contained in:
parent
25967ba33c
commit
68d240b141
|
@ -0,0 +1,11 @@
|
|||
--- a/tcpCode.cpp
|
||||
+++ b/tcpCode.cpp
|
||||
@@ -370,7 +370,7 @@
|
||||
|
||||
QByteArray datas = HAMLIBsock->readAll();
|
||||
|
||||
- qDebug(datas.data());
|
||||
+ qDebug("SetPTT Error: %s", datas.data());
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
build-fix.patch
|
Loading…
Reference in New Issue