Skip to content

Commit 742d046

Browse files
committedJun 30, 2019
Clarifying comments.
1 parent 698ca1e commit 742d046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎decode_aprs.c

+4
Original file line numberDiff line numberDiff line change
@@ -4634,6 +4634,9 @@ static void process_comment (decode_aprs_t *A, char *pstart, int clen)
46344634
* Outputs: stdout
46354635
*
46364636
* Description: Compile like this to make a standalone test program.
4637+
* Just run "make" and this will be built along with everything else.
4638+
* The point I'm trying to make is that DECAMAIN must be defined
4639+
* to enable the main program here for a standalone application.
46374640
*
46384641
* gcc -o decode_aprs -DDECAMAIN decode_aprs.c ax25_pad.c ...
46394642
*
@@ -4752,6 +4755,7 @@ int main (int argc, char *argv[])
47524755
}
47534756
}
47544757

4758+
// If you don't like the text colors, use 0 instead of 1 here.
47554759
text_color_init(1);
47564760
text_color_set(DW_COLOR_INFO);
47574761

0 commit comments

Comments
 (0)