1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 02:51:27 +00:00

Fix issues from review

This commit is contained in:
2013-01-18 22:07:11 -08:00
parent 767b0622d9
commit ad5495ca45
3 changed files with 8 additions and 7 deletions

View File

@ -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)