[leafnode-list] Re: Possible bug in 1.11.7...
Matthias Andree
matthias.andree at gmx.de
Thu Jul 23 18:22:27 CEST 2009
Am 23.07.2009, 18:15 Uhr, schrieb Gary R. Schmidt <grschmidt at acm.org>:
> 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.
Hi Gary,
Good catch, and thanks for the report. This will be fixed in 1.11.8.
Best regards
--
Matthias Andree
More information about the leafnode-list
mailing list