Fix compilation with OSX 10.8 SDK
This commit is contained in:
parent
3394ac6488
commit
c9bcfc69eb
@ -89,5 +89,5 @@ string GetDefaultVideoSavePath()
|
||||
if (!url)
|
||||
return getenv("HOME");
|
||||
|
||||
return url.fileSystemRepresentation;
|
||||
return url.path.fileSystemRepresentation;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user