From e0c6c60865118e896deccd02622b2d03b93a26d1 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 5 Mar 2009 20:07:18 +0000 Subject: fix the formatting of the satellite list --- monitor_sirf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor_sirf.c') diff --git a/monitor_sirf.c b/monitor_sirf.c index da68052b..0480cf8d 100644 --- a/monitor_sirf.c +++ b/monitor_sirf.c @@ -411,7 +411,7 @@ static void sirf_update(void) break; case 0x0d: /* Visible List */ - display(mid13win, 1, 6, "%d",getub(buf, 1)); + display(mid13win, 1, 6, "%02d",getub(buf, 1)); (void)wmove(mid13win, 1, 10); for (i = 0; i < MAXSATS; i++) { if (i < (int)getub(buf, 1)) -- cgit v1.2.1