diff --git a/find.c b/find.c index 5fee682..cb437ba 100644 --- a/find.c +++ b/find.c @@ -1029,7 +1029,7 @@ main(int argc, char **argv) weprintf("clock_gettime() failed:"); while (npaths--) - find(*paths, NULL); + find(*paths++, NULL); for (t = toks; t->type != END; t++) if (t->type == PRIM && t->u.pinfo->freearg)