Coding Mistakes in 30Apr00 Tidy

I have encountered what I think are coding mistakes in Clean.c.
I just wanted to report them so they don't get lost :-)

1.  Line 303 (AddClass) should be:
         wstrcpy(s, classattr->value);

2. Line 1699 (NormalizeSpaces) should be:
         if (node->type == TextNode)

Regards,

Andy Quick

Received on Sunday, 21 May 2000 00:14:54 UTC