From f90354bfc9761500cd6ddc1f00652a669c6f4919 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 15 May 2015 11:55:59 +0100 Subject: [PATCH] find: Allow using multiple paths --- find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)