- Fixed: Compilation errors on Mac OS X.
SVN r2824 (trunk)
This commit is contained in:
parent
20513cff41
commit
b50007ecf6
2 changed files with 5 additions and 2 deletions
|
|
@ -1077,7 +1077,7 @@ static FString GetCachePath()
|
|||
FSRef folder;
|
||||
|
||||
if (noErr == FSFindFolder(kLocalDomain, kApplicationSupportFolderType, kCreateFolder, &folder) &&
|
||||
noErr == FSRefMakePath(&folder, (UInt8*)cpath, PATH_MAX))
|
||||
noErr == FSRefMakePath(&folder, (UInt8*)path.GetChars(), PATH_MAX))
|
||||
{
|
||||
path = pathstr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue