summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a98a292..94af9f2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2108,6 +2108,7 @@ gboolean hashlist_item_sync(worker_data_t* data, xmlrpc_env * const env,
up_rate = (guint64)tmpi64;
torrent_data->up = (gfloat)up_rate / 1000.0f;
+ torrent_data->left = -1;
if (torrent_data->downloaded < 100.0f)
{
if (down_rate >= 512)