Minor fixes
This commit is contained in:
@@ -242,7 +242,7 @@ class System {
|
||||
}
|
||||
|
||||
|
||||
private static function __getDirectory (type:SystemDirectory):String {
|
||||
@:noCompletion private static function __getDirectory (type:SystemDirectory):String {
|
||||
|
||||
#if (lime_cffi && !macro)
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ namespace lime {
|
||||
}
|
||||
|
||||
#ifndef OBJC_ARC
|
||||
[locale release];
|
||||
[pool drain];
|
||||
#endif
|
||||
|
||||
|
||||
@@ -25,9 +25,12 @@ namespace lime {
|
||||
|
||||
case USER:
|
||||
|
||||
searchType = NSUserDirectory;
|
||||
//searchType = NSUserDirectory;
|
||||
searchType = NSDocumentDirectory;
|
||||
break;
|
||||
|
||||
default: break;
|
||||
|
||||
}
|
||||
|
||||
std::wstring* result = 0;
|
||||
|
||||
Reference in New Issue
Block a user