On 2/7/20 11:27 AM, Philippe Mathieu-Daudé wrote: > + default_count += !!mc->is_default;
I'd prefer we simply change mc->is_default to bool.
There's no good reason for it to be type int, afaics.
In the meantime, there are no settings of is_default outside {0,1}, so you
could just drop the !! for now.
r~
