Fix a compile error identiefied by Steven Scholz.
Declare variables first for compatability.
This commit is contained in:
parent
e84152e9e1
commit
bbf2ce36d8
@ -56,8 +56,8 @@ extern int which_main(int argc, char **argv)
|
|||||||
while (argc-- > 0) {
|
while (argc-- > 0) {
|
||||||
char *buf;
|
char *buf;
|
||||||
char *path_n;
|
char *path_n;
|
||||||
argv++;
|
|
||||||
char found = 0;
|
char found = 0;
|
||||||
|
argv++;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if we were given the full path, first.
|
* Check if we were given the full path, first.
|
||||||
|
Loading…
Reference in New Issue
Block a user