summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-12-01 18:21:29 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-12-01 18:21:29 +0000
commit9ac8b3fce0fc5d33b11d7036da17a91d08feeacb (patch)
tree4861708b477eee854939bf145f9f5a53b3a3f027 /display.c
parentab8f46f5ac7461bef5123b0445277a9258eaba53 (diff)
downloadgpsd-9ac8b3fce0fc5d33b11d7036da17a91d08feeacb.tar.gz
Fix ALLOW_RECONFIGURE compilation.
Teach the daemon to ignore comment packets led with # and ended with \n.
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.c b/display.c
index 48fe64b7..7cafddba 100644
--- a/display.c
+++ b/display.c
@@ -119,7 +119,7 @@ void draw_graphics(struct gps_data_t *gpsdata)
(double)gpsdata->elevation[i],
&x, &y);
if (gpsdata->ss[i] < 10)
- set_color("DarkGray");
+ set_color("Black");
else if (gpsdata->ss[i] < 30)
set_color("Red");
else if (gpsdata->ss[i] < 35)