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