move the code a bit to load/save other formats
This commit is contained in:
parent
073703f8ba
commit
254bf18036
3 changed files with 134 additions and 115 deletions
|
|
@ -2382,7 +2382,7 @@ int FurnaceGUI::save(String path) {
|
|||
lastError=strerror(errno);
|
||||
return 1;
|
||||
}
|
||||
SafeWriter* w=e->save();
|
||||
SafeWriter* w=e->saveDMF();
|
||||
if (w==NULL) {
|
||||
lastError=e->getLastError();
|
||||
fclose(outFile);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue