mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Path handling updates ... basically tolerate windows paths.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20935 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
64a9d2b5eb
commit
a339be4200
7 changed files with 969 additions and 400 deletions
|
@ -88,6 +88,8 @@ int main ()
|
|||
struct objc_struct_layout layout;
|
||||
unsigned i;
|
||||
|
||||
NSLog(@"%@", [@"//home//nicola" pathComponents]);
|
||||
|
||||
NSLog(@"Orig: %@", [NSUserDefaults userLanguages]);
|
||||
[NSUserDefaults setUserLanguages: [NSArray arrayWithObject: @"Bletch"]];
|
||||
NSLog(@"Set: %@", [NSUserDefaults userLanguages]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue