From b3539a64b2d1062d3491d3068ac36a599f73d0d6 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 20 May 2019 14:40:17 -0700 Subject: gpsrinex: Add dummy "REC # / TYPE / VERS" Some PPP programs don't know Postel's Law. --- gpsrinex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsrinex.c b/gpsrinex.c index 8ca476b3..e4d73b72 100644 --- a/gpsrinex.c +++ b/gpsrinex.c @@ -323,7 +323,7 @@ static void print_rinex_header(void) (void)fprintf(log_file, "%-20s%-20s%-20s%-20s\n", "Unknown", "Unknown", "", "OBSERVER / AGENCY"); (void)fprintf(log_file, "%-20s%-20s%-20s%-20s\n", - "", "", "", "REC # / TYPE / VERS"); + "0", "UNKNOWN", "0", "REC # / TYPE / VERS"); (void)fprintf(log_file, "%-20s%-20s%-20s%-20s\n", "0", "UNKNOWN EXT NONE", "" , "ANT # / TYPE"); if (isfinite(ecefx) && -- cgit v1.2.1