Re: [dev] [PATCH 1/2] find: "-" by itself is a file name

From: Quentin Rameau <quinq_AT_fifth.space>
Date: Fri, 2 Nov 2018 16:02:49 +0100

> No, I just left an operator there when rewriting the chain, here's the
> corrected one:
>
> return strcmp(arg, "-") || strcmp(arg, "!") && strcmp(arg, "(");

Ah, forget about it, I'm not focused.

return strcmp(arg, "!") && strcmp(arg, "(") || !strcmp(arg, "-");
Received on Fri Nov 02 2018 - 16:02:49 CET

This archive was generated by hypermail 2.3.0 : Fri Nov 02 2018 - 16:12:07 CET