From 5adc211d1a6fef8cce1771ce283194759bf60c91 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 8 Jan 2019 13:47:53 -0500 Subject: [PATCH] Correct a minor bug in qra64.c. --- lib/qra/qra64/qra64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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