[hamradio-commits] [dump1090] 136/389: VK1ET : Allow stats in --interactive mode
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit dd72fc6dd5865c86dde4bec9c71bd51eb2f3f48d
Author: Malcolm Robb <Support at ATTAvionics.com>
Date: Wed May 8 19:38:10 2013 +0100
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list