mirror of https://github.com/aria2/aria2
Fix compiler warning
parent
46aa2f6af3
commit
6f9ea555c2
|
@ -711,7 +711,7 @@ void RequestGroup::loadAndOpenFile
|
||||||
setProgressInfoFile(progressInfoFile);
|
setProgressInfoFile(progressInfoFile);
|
||||||
}
|
}
|
||||||
catch(RecoverableException& e) {
|
catch(RecoverableException& e) {
|
||||||
throw DOWNLOAD_FAILURE_EXCEPTION2(fmt(EX_DOWNLOAD_ABORTED), e);
|
throw DOWNLOAD_FAILURE_EXCEPTION2(EX_DOWNLOAD_ABORTED, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue