From b5ee1dba08af321f5d593c72dc8e802639bb7e2f Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 4 Jul 2005 06:56:56 +0000 Subject: [PATCH] Must save the old time to be able to calculate the delta. --- cli/btcli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/btcli.c b/cli/btcli.c index 40cf58f..b2f49bf 100644 --- a/cli/btcli.c +++ b/cli/btcli.c @@ -430,6 +430,7 @@ again: if (ds < 0) ds = wait; } + tv_old = tv_cur; cur = parse_tors(res, hashes, nhashes); free(res);