Fix compiler warning

pull/314/head
Nils Maier 2014-12-12 10:34:31 +01:00
parent 46aa2f6af3
commit 6f9ea555c2
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@ void RequestGroup::loadAndOpenFile
setProgressInfoFile(progressInfoFile);
}
catch(RecoverableException& e) {
throw DOWNLOAD_FAILURE_EXCEPTION2(fmt(EX_DOWNLOAD_ABORTED), e);
throw DOWNLOAD_FAILURE_EXCEPTION2(EX_DOWNLOAD_ABORTED, e);
}
}