On Thu, Oct 10, 2013 at 5:14 AM, Tero Roponen <tero.ropo...@gmail.com>
 wrote:

> Testing for y > x is the same as testing for x < y.
>


> -        if (y > x)
> +        if (x > y)
>
<snip>

I thing you forgot to change the signs ;)
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to