Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Apr 25, 2024
1 parent 9105cc8 commit 74718d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Shared/IO/FileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1996,7 +1996,7 @@ namespace Death { namespace IO {
# if !defined(DEATH_TARGET_EMSCRIPTEN)
// If we created a new file with an explicitly added S_IWUSR permission, we may need to update its mode bits to match the source file.
if (destMode != sourceMode && ::fchmod(destFd, sourceMode) != 0) {
success = false
success = false;
}
# endif

Expand Down

0 comments on commit 74718d4

Please sign in to comment.