From 024e7b75551673df939fb1d70a8cdb174b702c3a Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Mon, 31 Jan 2022 08:50:47 -0600 Subject: [PATCH] Recommit misc.c -- somehow did not get committed https://github.com/Hamlib/Hamlib/issues/946 --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index 0ea1f58f6..76a68f763 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2584,7 +2584,7 @@ char *date_strget(char *buf, int buflen, int localtime) const char *spaces() { - static char *s = " "; + static char *s = " "; return s; }