From dd72fc6dd5865c86dde4bec9c71bd51eb2f3f48d Mon Sep 17 00:00:00 2001 From: Malcolm Robb Date: Wed, 8 May 2013 19:38:10 +0100 Subject: [PATCH] VK1ET : Allow stats in --interactive mode --- dump1090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump1090.c b/dump1090.c index 499d257..c7e6558 100644 --- a/dump1090.c +++ b/dump1090.c @@ -2078,7 +2078,7 @@ void detectModeS(uint16_t *m, uint32_t mlen) { * Basically this function passes a raw message to the upper layers for * further processing and visualization. */ void useModesMessage(struct modesMessage *mm) { - if (!Modes.stats && (Modes.check_crc == 0 || mm->crcok)) { + if ((Modes.check_crc == 0) || (mm->crcok)) { // Track aircrafts if... if ( (Modes.interactive) // in interactive mode || (Modes.stat_http_requests > 0) // or if the HTTP interface is enabled