Re: [hackers] [PATCH][sbase] find: fix flag setting
On 7/8/18, Silvan Jegen <s.jegen_AT_gmail.com> wrote:
> Heyho
>
> Found this when running smatch on sbase.
The current code is correct. -H should turn on gflags.h, and turn off
gflags.l. POSIX says each flag should override the other. I agree that
the current code is a little confusing.
It would probably be clearer as
case 'H': gflags.h = 1; gflags.l = 0; break;
case 'L': gflags.h = 0; gflags.l = 1; break;
Received on Mon Sep 24 2018 - 22:02:36 CEST
This archive was generated by hypermail 2.3.0
: Mon Sep 24 2018 - 22:12:23 CEST