mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: d57b28ddb577f7427c911380927e7e77ebd829aa
Monotone-Revision: 6b823ced59f092f04fbddc4591dc565de83b429d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-13T21:27:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -973,7 +973,7 @@ _selectorForProperty (NSString *property)
|
||||
values = [self _properties: properties ofObject: object];
|
||||
currentValue = values;
|
||||
property = properties;
|
||||
while (*currentValue)
|
||||
while (*property)
|
||||
{
|
||||
nodeTag = [self _nodeTag: *property];
|
||||
if (*currentValue)
|
||||
@@ -988,8 +988,8 @@ _selectorForProperty (NSString *property)
|
||||
propDict = properties404;
|
||||
}
|
||||
[properties200 addObject: propertyValue];
|
||||
currentValue++;
|
||||
property++;
|
||||
currentValue++;
|
||||
}
|
||||
free (values);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user