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:
Wolfgang Sourdeau
2008-06-13 21:27:27 +00:00
parent 5d40be582d
commit 51e0a01b1c

View File

@@ -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);