From 548b0760f2647411d7ceb5133114bc85b9499ecd Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Fri, 22 Feb 2019 19:34:55 -0800 Subject: cgps: Small display tweak. --- cgps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cgps.c') diff --git a/cgps.c b/cgps.c index 6ed3f02c..af570ea2 100644 --- a/cgps.c +++ b/cgps.c @@ -877,8 +877,7 @@ static void update_gps_panel(struct gps_data_t *gpsdata, char *message) /* Fill in the estimated speed error, EPS. */ ep_str = ep_to_str(gpsdata->fix.eps, speedfactor, speedunits); (void)mvwprintw(datawin, row++, DATAWIN_VALUE_OFFSET + 8, - " %-*s", 12, - ep_str); + "%-*s", 12, ep_str); /* Fill in the estimated track error, EPD. */ ep_str = ep_to_str(gpsdata->fix.epd, speedfactor, "deg"); -- cgit v1.2.1