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:
Wolfgang Sourdeau
2007-02-08 16:24:59 +00:00
parent 2e3dc07a59
commit 88b76f49ff
+1 -1
View File
@@ -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