On Fri 08 Sep 2017 12:02:14 PM CEST, Markus Armbruster wrote:

>> +    fse = get_fsdev_fsentry(arg->has_id ? arg->id : NULL);
>
> !arg->has_id implies !arg->id.

Hey Markus,

I have the impression that I've also written code that never uses
arg->foo when arg->has_foo is false.

Can we then assume that to be NULL/0 in all cases? Also for other data
types (int, bool, ...)?

Berto

Reply via email to