mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix issues from review
This commit is contained in:
@ -651,7 +651,7 @@ bool plSecureStream::IsSecureFile(const plFileName& fileName)
|
||||
FILE_ATTRIBUTE_NORMAL, // normal file attributes
|
||||
NULL); // no template
|
||||
#elif HS_BUILD_FOR_UNIX
|
||||
fp = plFileSystem::Open(fileName);
|
||||
fp = plFileSystem::Open(fileName, "rb");
|
||||
#endif
|
||||
|
||||
if (fp == INVALID_HANDLE_VALUE)
|
||||
|
Reference in New Issue
Block a user