From: Eric Andersen Date: Wed, 22 Oct 2003 11:36:55 +0000 (-0000) Subject: sigh X-Git-Tag: 1_00_pre4~107 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e78fe2414b14ba67e514384f5c100e1fb867bfb6;p=platform%2Fupstream%2Fbusybox.git sigh --- diff --git a/debianutils/which.c b/debianutils/which.c index 74b9225..27646d5 100644 --- a/debianutils/which.c +++ b/debianutils/which.c @@ -58,10 +58,10 @@ extern int which_main(int argc, char **argv) } while(argc-- > 0) { + char *buf; path_n = path_list; argv++; found = 0; - char *buf; /* * Check if we were given the full path, first.