From 1088c5aa6f66fe19b61944db926137dd30ef0553 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 9 Feb 2011 08:20:51 +0000 Subject: [PATCH] fixed typo in storage --- src/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index 7f21259fe..3ddc94d83 100644 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -1974,7 +1974,7 @@ ret: bool has_files = false; if (!m_storage->settings().no_recheck_incomplete_resume) { - m_storage->has_any_file(); + has_files = m_storage->has_any_file(); if (m_storage->error()) return fatal_disk_error;