FDS preparation work DOES NOT COMPILE

This commit is contained in:
tildearrow 2022-04-03 16:02:25 -05:00
parent 1a7074d0e5
commit d63ddda402
4 changed files with 16 additions and 16 deletions

View file

@ -641,7 +641,6 @@ void DivEngine::loadOPM(SafeReader& reader, std::vector<DivInstrument*>& ret, St
} catch (EndOfFileException& e) {
lastError="premature end of file";
logE("premature end of file!\n");
delete ins;
return;
}
}