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 74b92253177b8e1e06ff45e3d0e665f8824b6968..27646d520a43784767bc8f93215418e63bd7be49 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.