On Wed, Jul 23, 2003 at 11:16:45AM +0000, Angus Leeming spake thusly:
> 
> Martin Vermeer wrote:
> >     if (color != "none" && color != string())
> 
> That should be:
>         if (!color.empty() && color != "none")
> -- 
> Angus

Good observation, thanks. But does it affect the buggy behaviour? 

Martin

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to