fix .dnm and .eft loading
This commit is contained in:
parent
92b1c95259
commit
845eb582a6
5 changed files with 24 additions and 6 deletions
|
|
@ -612,7 +612,7 @@ int main(int argc, char** argv) {
|
|||
return 1;
|
||||
}
|
||||
fclose(f);
|
||||
if (!e.load(file,(size_t)len)) {
|
||||
if (!e.load(file,(size_t)len,fileName.c_str())) {
|
||||
reportError(fmt::sprintf("could not open file! (%s)",e.getLastError()));
|
||||
e.everythingOK();
|
||||
finishLogFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue