fixed typo in storage

This commit is contained in:
Arvid Norberg 2011-02-09 08:20:51 +00:00
parent 192a829222
commit 1088c5aa6f
1 changed files with 1 additions and 1 deletions

View File

@ -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;