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)
|
#if (lime_cffi && !macro)
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ namespace lime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef OBJC_ARC
|
#ifndef OBJC_ARC
|
||||||
[locale release];
|
|
||||||
[pool drain];
|
[pool drain];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -25,9 +25,12 @@ namespace lime {
|
|||||||
|
|
||||||
case USER:
|
case USER:
|
||||||
|
|
||||||
searchType = NSUserDirectory;
|
//searchType = NSUserDirectory;
|
||||||
|
searchType = NSDocumentDirectory;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default: break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::wstring* result = 0;
|
std::wstring* result = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user