commit f90354bfc9761500cd6ddc1f00652a669c6f4919
parent 86f9ce55a801c5ffc80734960ae35312f814b4d2
Author: sin <sin@2f30.org>
Date: Fri, 15 May 2015 11:55:59 +0100
find: Allow using multiple paths
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)