Fix compilation with OSX 10.8 SDK

This commit is contained in:
Palana 2014-07-11 23:27:37 +02:00
parent 3394ac6488
commit c9bcfc69eb

View File

@ -89,5 +89,5 @@ string GetDefaultVideoSavePath()
if (!url)
return getenv("HOME");
return url.fileSystemRepresentation;
return url.path.fileSystemRepresentation;
}