> Hi Quentin,

Hi Sijmen,

>  > +               for (; *text && (*text == ' ' || *text == '\t');
>  > ++text)
>  > +                       ;  
> 
> Sweet and simple. The first *text check does seem unnecessary as it's 
> covered by the second part.

Right!
I inverted my logic at some point and forgot the *text, thanks.

-- Quentin

Reply via email to