<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Anna Jonna Armannsdottir schrieb:
<blockquote cite="mid:1226968045.21833.129.camel@brick.rhi.hi.is"
 type="cite">
  <pre wrap="">On mán, 2008-11-17 at 23:36 +0100, Alexander Bech wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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)) ...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Brilliant! 
This has been bugging me for a while. Please post a patch ASAP. :) 

  </pre>
</blockquote>
<em></em>here's the patch (attached)<br>
<br>
Alex<br>
<br>
 <br>
</body>
</html>