mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-18 19:45:32 -04:00
Mst::saveXML(const TCHAR*): TODO: Delete the XML file on error?
This commit is contained in:
parent
bb68f00dfe
commit
8164823f9b
@ -877,6 +877,7 @@ int Mst::saveXML(const TCHAR *filename) const
|
||||
}
|
||||
int ret = saveXML(f_xml);
|
||||
fclose(f_xml);
|
||||
// TODO: Delete the XML file on error?
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user