On Sat, Apr 21, 2012 at 04:26:32PM +0200, Manuel López-Ibáñez wrote:
> On 21 April 2012 16:22, Gabriel Dos Reis <g...@integrable-solutions.net> 
> wrote:
> > Do no use 'char' as the type of a flag.  Prefer 'unsigned int'.
> >
> 
> Thanks, good catch! Should I worry about memory here and use something 
> shorter?

If it is a bool flag, you certainly should use bool type, which is shorter.

        Jakub

Reply via email to