mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Tweak a little
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ba72336e11
commit
a2f9eb78a9
4 changed files with 8 additions and 5 deletions
|
@ -95,6 +95,7 @@ static try(GSMimeParser *p, NSData *d)
|
|||
|
||||
int main ()
|
||||
{
|
||||
extern char *gnustep_base_version;
|
||||
id pool = [NSAutoreleasePool new];
|
||||
id o = [NSObject new];
|
||||
id x;
|
||||
|
@ -104,7 +105,7 @@ int main ()
|
|||
struct objc_struct_layout layout;
|
||||
unsigned i;
|
||||
|
||||
NSLog(@"%@", [@"//home//nicola" pathComponents]);
|
||||
NSLog(@"GNUstep Base version: %s", gnustep_base_version);
|
||||
|
||||
NSLog(@"Orig: %@", [NSUserDefaults userLanguages]);
|
||||
[NSUserDefaults setUserLanguages: [NSArray arrayWithObject: @"Bletch"]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue