sigh
authorEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 11:36:55 +0000 (11:36 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 22 Oct 2003 11:36:55 +0000 (11:36 -0000)
debianutils/which.c

index 74b9225..27646d5 100644 (file)
@@ -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.