- Fixed: Compilation errors on Mac OS X.

SVN r2824 (trunk)
This commit is contained in:
Braden Obrzut 2010-09-18 20:13:56 +00:00
commit b50007ecf6
2 changed files with 5 additions and 2 deletions

View file

@ -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;
}