mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Correct a minor bug in qra64.c.
This commit is contained in:
parent
9226d0829f
commit
5adc211d1a
@ -242,7 +242,7 @@ void qra64_encode(qra64codec *pcodec, int *y, const int *x)
|
|||||||
// otherwise when a [cq mycall ?] msg is sent we reset the APTYPE_BOTHCALLS
|
// otherwise when a [cq mycall ?] msg is sent we reset the APTYPE_BOTHCALLS
|
||||||
|
|
||||||
// look if the msg sent is a std type message (bit15 of grid field = 0)
|
// look if the msg sent is a std type message (bit15 of grid field = 0)
|
||||||
if ((x[9]&0x80)==1)
|
if ((x[9]&0x80))
|
||||||
return; // no, it's a text message, nothing to do
|
return; // no, it's a text message, nothing to do
|
||||||
|
|
||||||
// It's a [hiscall mycall grid] message
|
// It's a [hiscall mycall grid] message
|
||||||
|
Loading…
Reference in New Issue
Block a user