"Stop after" not shown in the Info-Page
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): - if (recip->criteria && recip->criteria->maxduration && (recip->criteria->maxduration < maxdur)) ... + if (recip->criteria && recip->criteria->maxduration && (recip->criteria->maxduration > maxdur)) ...Brilliant! This has been bugging me for a while. Please post a patch ASAP. :)
//here's the patch (attached) Alex
Attachments (1)