mirror of
https://github.com/GerbilSoft/mst06.git
synced 2025-06-19 03:55:33 -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);
|
int ret = saveXML(f_xml);
|
||||||
fclose(f_xml);
|
fclose(f_xml);
|
||||||
|
// TODO: Delete the XML file on error?
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user