Re: [dev] [PATCH 1/2] find: "-" by itself is a file name
> 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