Correct a minor bug in qra64.c.

This commit is contained in:
Joe Taylor 2019-01-08 13:47:53 -05:00
parent 9226d0829f
commit 5adc211d1a

View File

@ -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
// 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
// It's a [hiscall mycall grid] message