--- ./transport.hxx.orig Sat Apr 10 15:30:11 2004 +++ ./transport.hxx Mon Apr 19 18:25:06 2004 @@ -1390,7 +1390,7 @@ *progress = sensebuf[16]<<8|sensebuf[17]; break; } - msecs = getmsecs(); + msecs = 1000 - (getmsecs() - msecs); } return 0;