summaryrefslogtreecommitdiff
path: root/lcdgps.c
diff options
context:
space:
mode:
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);