at query is not NULL when receiving xmit status
[protos/xbee-avr.git] / main.c
diff --git a/main.c b/main.c
index 24fba69..f0174a2 100644 (file)
--- a/main.c
+++ b/main.c
@@ -114,7 +114,7 @@ static int parse_xmit_status(struct xbee_ctx *ctx,
        }
 
        /* see if it matches a xmit query (atcmd_query must be NULL) */
-       if (ctx->atcmd_query[0] == '\0') {
+       if (ctx->atcmd_query[0] != '\0') {
                printf("invalid response 2\n");
                return -1;
        }