18 Nov
2008
18 Nov
'08
11:45 p.m.
Anna Jonna Armannsdottir schrieb:
On mán, 2008-11-17 at 23:36 +0100, Alexander Bech wrote:
I have found the bug (?) in loadalerts.c in the line 1081 (-less than/+greater than):
(recip->criteria->maxduration < maxdur)) ...if (recip->criteria && recip->criteria->maxduration &&
(recip->criteria->maxduration > maxdur)) ...if (recip->criteria && recip->criteria->maxduration &&Brilliant! This has been bugging me for a while. Please post a patch ASAP. :)
//here's the patch (attached)
Alex