[hamradio-commits] [dump1090] 02/389: --raw output format is now compatible with adsbhub.

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:33 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 1971ba97064ff6d59be8796e4ec053eceb07d766
Author: antirez <antirez at gmail.com>
Date:   Sat Jan 5 14:30:23 2013 +0100

    --raw output format is now compatible with adsbhub.
---
 mode1090.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mode1090.c b/mode1090.c
index e261a5f..2143d63 100644
--- a/mode1090.c
+++ b/mode1090.c
@@ -809,8 +809,9 @@ void displayModesMessage(struct modesMessage *mm) {
     int j;
 
     /* Show the raw message. */
+    printf("*");
     for (j = 0; j < mm->msgbits/8; j++) printf("%02x", mm->msg[j]);
-    printf("\n");
+    printf(";\n");
 
     if (Modes.raw) return; /* Enough for --raw mode */
 

-- 
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