On Wednesday 25 of July 2012 14:55:53 Denys Vlasenko wrote:
> On 07/20/2012 02:22 PM, Jakub Filak wrote:
> > +    if (ask_steal_dir && !strcmp(ask_steal_dir, "no"))
> > +        return true;
> 
> Maybe s/!strcmp(ask_steal_dir, "no")/string_to_bool(ask_steal_dir) == false/
> ?

It looks much better.

Reply via email to