mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-02 23:34:21 +00:00
Monotone-Parent: ebf9c6d48584b1bd57997689934388548648dbfe
Monotone-Revision: a67429ca62c96c16dfa586c4c177c5e38464ff52 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-08T16:24:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ int main(int argc, char **argv, char **env)
|
||||
NSUserDefaults *ud;
|
||||
NSAutoreleasePool *pool;
|
||||
|
||||
pool = [[NSAutoreleasePool alloc] init];
|
||||
pool = [NSAutoreleasePool new];
|
||||
#if LIB_FOUNDATION_LIBRARY
|
||||
[NSProcessInfo initializeWithArguments:argv count:argc environment:env];
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user