This commit is contained in:
momo5502
2024-08-31 09:30:09 +02:00
parent 67212a2811
commit d74897a413

View File

@@ -439,7 +439,7 @@ namespace
return status;
}
if (std::filesystem::exists(filename))
if (!std::filesystem::exists(filename))
{
return STATUS_FILE_INVALID;
}