Release
This commit is contained in:
parent
aa1cb2b414
commit
b515b719f3
|
@ -1,9 +1,9 @@
|
|||
qtsoundmodem (0.0.0.72.1-1) UNRELEASED; urgency=medium
|
||||
qtsoundmodem (0.0.0.72.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release, I was a bit hasty with that 0.72 release earlier
|
||||
this year
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Tue, 23 Jul 2024 21:26:50 +0100
|
||||
-- Dave Hibberd <hibby@debian.org> Fri, 06 Sep 2024 18:40:36 +0100
|
||||
|
||||
qtsoundmodem (0.0.0.72-1) unstable; urgency=medium
|
||||
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- a/ax25_demod.c
|
||||
+++ b/ax25_demod.c
|
||||
@@ -4376,11 +4376,11 @@
|
||||
word k, len, i;
|
||||
|
||||
Byte zeros, ones;
|
||||
- TStringList need_frames;
|
||||
+ TStringList: need_frames;
|
||||
|
||||
s = data;
|
||||
|
||||
- CreateStringList(&need_frames);
|
||||
+ need_frames = TStringList.Create;
|
||||
len = data->Length;
|
||||
|
||||
memcpy(crc, &data->Data[data->Length - 18], 18);
|
Loading…
Reference in New Issue