From d637529b092d9b81dd5518c11662e7971716f9f8 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 5 Oct 2002 22:35:45 +0000 Subject: [project @ 2002-10-05 22:35:45 by panne] Warning police #14: Help gcc a bit with variables which are not obviously always used. --- cbits/execvpe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbits/execvpe.c b/cbits/execvpe.c index 9a92169..d06b9a3 100644 --- a/cbits/execvpe.c +++ b/cbits/execvpe.c @@ -58,7 +58,7 @@ execvpe(char *name, char **argv, char **envp) register int lp, ln; register char *p; int eacces=0, etxtbsy=0; - char *bp, *cur, *path, *buf; + char *bp, *cur, *path, *buf = 0; /* If it's an absolute or relative path name, it's easy. */ if (strchr(name, '/')) { -- cgit v1.2.3