summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2014-05-19 09:08:28 +0400
committerEric S. Raymond <esr@thyrsus.com>2014-05-20 04:39:51 -0400
commit4f35e720288bb67e918c065cebcb177b088e0e4f (patch)
tree04e04d1a610dc2d97d75cabf61dbfe47eb616348 /monitor_sirf.c
parent35d91bab6396f31d45ec1e9485770803d992d986 (diff)
downloadgpsd-4f35e720288bb67e918c065cebcb177b088e0e4f.tar.gz
"Not available" is too long and doesn't fit in window.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index 2e54a648..67ef297e 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -172,7 +172,7 @@ static bool sirf_initialize(void)
display(mid7win, 2, 1, "Est. GPS Time: ");
display(mid7win, 2, 27, "PPS offset: ");
#ifndef PPS_ENABLE
- (void)mvwaddstr(mid7win, 2, 40, "Not available");
+ (void)mvwaddstr(mid7win, 2, 40, "N/A");
#endif /* PPS_ENABLE */
display(mid7win, 3, 8, " Packet type 7 (0x07) ");
(void)wattrset(mid7win, A_NORMAL);