Skip to content

Commit

Permalink
Fix compile error from previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Apr 25, 2024
1 parent 4270985 commit 8cdbeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/filesystem/physfs/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ File::File(const std::string &filename, Mode mode)

if (realdir != nullptr && strcmp(realdir, savedir.c_str()) == 0)
love::android::fixupPermissionSingleFile(savedir, filename);
#endif
}
#endif
}

File::File(const File &other)
Expand Down

0 comments on commit 8cdbeb2

Please sign in to comment.