[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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-)
-- 
_______________________________________________
leafnode-list mailing list
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
https://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list
http://leafnode.sourceforge.net/