From b21f6ef46dfb074881130c5b9f9223c652f4b6ee Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 11 Nov 2019 09:16:56 -0500 Subject: [PATCH] merge fallout bit from 3.6 to 3.7 --- src/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.c b/src/files.c index 3faa3c7dc..94b410072 100644 --- a/src/files.c +++ b/src/files.c @@ -4242,10 +4242,10 @@ boolean wildcards; void reveal_paths(VOID_ARGS) { - const char *fqn, *filep, *strp; + const char *fqn, *filep; char buf[BUFSZ]; #if defined(UNIX) || defined(PREFIXES_IN_USE) - char *strp; + const char *strp; #endif #ifdef UNIX char *envp, cwdbuf[PATH_MAX];