]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - timing.c
Fix breakage of SSH-2 packet decompression by r10070.
[PuTTY_svn.git] / timing.c
index 11a0305000b94ba753f31a8afee75445172c1a43..ccd76cd66d88f7f4916500ceac9de43c0aa5021a 100644 (file)
--- a/timing.c
+++ b/timing.c
@@ -174,8 +174,8 @@ int run_timers(unsigned long anow, unsigned long *next)
             */
            delpos234(timers, 0);
            sfree(first);
-       } else if (now - first->when_set - 10 >
-                  first->now - first->when_set - 10) {
+       } else if (now - (first->when_set - 10) >
+                  first->now - (first->when_set - 10)) {
            /*
             * This timer is active and has reached its running
             * time. Run it.