Start to patch the build
This commit is contained in:
parent
25967ba33c
commit
68d240b141
11
debian/patches/build-fix.patch
vendored
Normal file
11
debian/patches/build-fix.patch
vendored
Normal 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());
|
||||||
|
|
||||||
|
}
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -0,0 +1 @@
|
||||||
|
build-fix.patch
|
Loading…
Reference in a new issue