diff --git a/lib/qra/qra64/qra64.c b/lib/qra/qra64/qra64.c index 0e9e141e5..6470cedbd 100644 --- a/lib/qra/qra64/qra64.c +++ b/lib/qra/qra64/qra64.c @@ -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