mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
Monotone-Parent: f0272356b5859dc15924f19ef79e1a13b9e71f8f
Monotone-Revision: a470eada3340db32324b41d7a4a5c5bf475c5f88 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-13T21:43:09 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -920,7 +920,7 @@ _selectorForProperty (NSString *property)
|
||||
SEL methodSel;
|
||||
|
||||
#warning things may crash here...
|
||||
values = malloc(sizeof (NSMutableString *) * 100);
|
||||
values = malloc (sizeof (NSMutableString *) * 100);
|
||||
|
||||
// NSLog (@"_properties:ofObject:: %@", [NSDate date]);
|
||||
|
||||
@@ -950,6 +950,8 @@ _selectorForProperty (NSString *property)
|
||||
}
|
||||
*currentValue = nil;
|
||||
}
|
||||
else
|
||||
*values = nil;
|
||||
|
||||
// NSLog (@"/_properties:ofObject:: %@", [NSDate date]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user