VolumeVerifier: Don't return early when file is too small

Not sure why that was there.
This commit is contained in:
JosJuice 2020-01-22 19:08:56 +01:00
parent e449d23929
commit f8355d0f82

View file

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