[leafnode-list] Possible bug in 1.11.7...

Gary R. Schmidt grschmidt at acm.org
Thu Jul 23 18:15:04 CEST 2009


Hi All,
I thing I've found a minor bug in 1.11.7, (while trying to work out why 
it's not expiring, but this doesn't have anything to do with that).

In miscutil.c:comparemsgid(const char *id1, const char *id2):
Line 608 is:
    c = strcmp(strchr(id1, '@'), strchr(id1, '@'));
I think it should be:
    c = strcmp(strchr(id1, '@'), strchr(id2, '@'));

As I said, it's minor, it just means the tree may be a trifle unbalanced.

	Cheers,
		Gary	B-)



More information about the leafnode-list mailing list