First attempt at build
This commit is contained in:
parent
6c8e7093c0
commit
d1a275ea56
|
@ -0,0 +1 @@
|
||||||
|
.pc/
|
|
@ -1,3 +1,10 @@
|
||||||
|
qtsoundmodem (0.0.0.73~rc1-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Upstream import
|
||||||
|
* Patches refreshed
|
||||||
|
|
||||||
|
-- hibby <hibby@velox.lan> Tue, 29 Oct 2024 22:45:40 +0000
|
||||||
|
|
||||||
qtsoundmodem (0.0.0.72.1-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
qtsoundmodem (0.0.0.72.1-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release, I was a bit hasty with that 0.72 release earlier
|
* New upstream release, I was a bit hasty with that 0.72 release earlier
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/tcpCode.cpp
|
--- a/tcpCode.cpp
|
||||||
+++ b/tcpCode.cpp
|
+++ b/tcpCode.cpp
|
||||||
@@ -510,7 +510,7 @@
|
@@ -775,7 +775,7 @@
|
||||||
|
|
||||||
QByteArray datas = HAMLIBsock->readAll();
|
QByteArray datas = HAMLIBsock->readAll();
|
||||||
|
|
||||||
|
@ -9,3 +9,14 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
--- a/ax25.c
|
||||||
|
+++ b/ax25.c
|
||||||
|
@@ -1780,6 +1780,8 @@
|
||||||
|
*(digi++) = '*';
|
||||||
|
}
|
||||||
|
*digi = 0;
|
||||||
|
+
|
||||||
|
+ return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/tcpCode.cpp
|
--- a/tcpCode.cpp
|
||||||
+++ b/tcpCode.cpp
|
+++ b/tcpCode.cpp
|
||||||
@@ -467,7 +467,7 @@
|
@@ -732,7 +732,7 @@
|
||||||
|
|
||||||
QByteArray datas = FLRigsock->readAll();
|
QByteArray datas = FLRigsock->readAll();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue