summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2005-08-19 06:45:20 +0000
committerGary E. Miller <gem@rellim.com>2005-08-19 06:45:20 +0000
commit52ed9aa6d63e8ab37841011d42668a05139c3a6b (patch)
tree6aab357346a11144f270027f89b95816403f5df3
parent294a22cceceffb9625b726b23451fedbd1af98a0 (diff)
downloadgpsd-52ed9aa6d63e8ab37841011d42668a05139c3a6b.tar.gz
Fix screen paint overwrite.
-rw-r--r--cgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index dde4f670..4b2b8015 100644
--- a/cgps.c
+++ b/cgps.c
@@ -124,7 +124,7 @@ static void update_panel(struct gps_data_t *gpsdata,
gpsdata->ss[i], gpsdata->used[i] ? 'Y' : 'N');
} else {
(void)move(i+1,45);
- (void)printw(" ");
+ (void)printw(" ");
}
}
}