Start to patch the build

This commit is contained in:
Dave Hibberd 2023-09-04 23:00:40 +01:00
parent 25967ba33c
commit 68d240b141
No known key found for this signature in database
GPG Key ID: 03A1FB7A1904771B
2 changed files with 12 additions and 0 deletions

11
debian/patches/build-fix.patch vendored Normal file
View File

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

View File

@ -0,0 +1 @@
build-fix.patch