summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
commit7c506d8dc964781e59c1b9b5d6e43fb90e83b722 (patch)
tree34d16efa720aea2c01980e972ff29ad77a3c3aed /lcdgps.c
parent068889d5a3950b1bacdfdf1f06dd8e4cd3b3f7ea (diff)
downloadgpsd-7c506d8dc964781e59c1b9b5d6e43fb90e83b722.tar.gz
XXX -> FIX-ME: Avoids false matches with autoconf cruft.
So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass.
Diffstat (limited to 'lcdgps.c')
-rw-r--r--lcdgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcdgps.c b/lcdgps.c
index b784184a..1a7fbde5 100644
--- a/lcdgps.c
+++ b/lcdgps.c
@@ -247,7 +247,7 @@ int send_lcd(char *buf) {
res=sockreadline(sd,rcvbuf,255);
/* null-terminate the string before printing */
- /* rcvbuf[res-1]=0; XXX not using this at the moment... */
+ /* rcvbuf[res-1]=0; FIX-ME: not using this at the moment... */
/* return the result */
return(res);