[IRCServices Coding] More bugs... :)

Russell Garrett rg at tcslon.com
Tue Dec 25 13:11:22 PST 2001


Another small XML bug, courtesy of IE6's XML parser :)

Line 243 of modules/misc/xml-export.c is:
        writefunc(data, "\t<nickinfo>\n");
and should be:
        writefunc(data, "\t</nickinfo>\n");
with the forwardslash.

After that's changed the XML checks out fine in IE.

I spotted that repeated segfault-on-squit problem again, but couldn't
repeat it, and coredumping wasn't on. I've turned it on, so I should
be able to catch it next time :)

Cheers,

Russ Garrett (russ at garrett.co.uk)