VolumeVerifier: Don't return early when file is too small
Not sure why that was there.
This commit is contained in:
parent
e449d23929
commit
f8355d0f82
|
@ -1290,7 +1290,6 @@ void VolumeVerifier::Finish()
|
|||
"dumping program saved the disc image as several parts, you need "
|
||||
"to merge them into one file.");
|
||||
AddProblem(Severity::High, std::move(text));
|
||||
return;
|
||||
}
|
||||
|
||||
for (auto [partition, blocks] : m_block_errors)
|
||||
|
|
Loading…
Reference in New Issue