diff --git a/util/recover.c b/util/recover.c index 1edc42f2b..63e49ecab 100644 --- a/util/recover.c +++ b/util/recover.c @@ -417,6 +417,7 @@ exepath(char *str) if (!str) return (char *) 0; + nhUse(bsize); bsize = EXEPATHBUFSZ; tmp = exepathbuf; #if !defined(WIN32)