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. :)
--
Kindest Regards, Anna Jonna Ármannsdóttir, %& A: Because people read from top to bottom.
Unix System Aministration, Computing Services, %& Q: Why is top posting bad?
University of Iceland.