Skip to content

Commit

Permalink
Oof
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Aug 31, 2024
1 parent 67212a2 commit d74897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows_emulator/syscalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ namespace
return status;
}

if (std::filesystem::exists(filename))
if (!std::filesystem::exists(filename))
{
return STATUS_FILE_INVALID;
}
Expand Down

0 comments on commit d74897a

Please sign in to comment.