From 5770da2abd0e5003d6ec07796b044995b4b2d993 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Thu, 10 Oct 2024 20:11:37 +0100 Subject: [PATCH] geometry.c: TxError() constify call-site --- utils/geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/geometry.c b/utils/geometry.c index b5b06503..7b4a4924 100644 --- a/utils/geometry.c +++ b/utils/geometry.c @@ -403,7 +403,7 @@ GeoNameToPos(name, manhattan, verbose) {"west", GEO_WEST, TRUE}, {0} }; - char *fmt; + const char *fmt; const struct pos *pp; int pos;