This commit is contained in:
2026-01-11 16:46:50 -05:00
parent d2e9204e25
commit e68dfa3c94
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -65,12 +65,6 @@ namespace anm2ed::anm2
XMLDocument document;
document.InsertFirstChild(to_element(document));
if (!std::filesystem::exists(path))
{
if (errorString) *errorString = localize.get(ERROR_FILE_NOT_FOUND);
return false;
}
File file(path, "wb");
if (!file)
{