SkyCompanyDocument.m (opengroupware-5.5rc2) | : | SkyCompanyDocument.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 1160 | skipping to change at line 1160 | |||
if (self->supportedAttributes != nil) | if (self->supportedAttributes != nil) | |||
[_md appendFormat:@" supattrs=%@", self->supportedAttributes]; | [_md appendFormat:@" supattrs=%@", self->supportedAttributes]; | |||
if (self->attributeMap != nil) | if (self->attributeMap != nil) | |||
[_md appendFormat:@" amap=%@", self->attributeMap]; | [_md appendFormat:@" amap=%@", self->attributeMap]; | |||
if (self->phoneTypes != nil) | if (self->phoneTypes != nil) | |||
[_md appendFormat:@" ptypes=%@", self->phoneTypes]; | [_md appendFormat:@" ptypes=%@", self->phoneTypes]; | |||
[_md appendFormat:@" phones=#%d", [self->phones count]]; | [_md appendFormat:@" phones=#%"PRIuPTR, [self->phones count]]; | |||
[_md appendFormat:@" addrs=#%d", [self->addresses count]]; | [_md appendFormat:@" addrs=#%"PRIuPTR, [self->addresses count]]; | |||
} | } | |||
@end /* SkyCompanyDocument */ | @end /* SkyCompanyDocument */ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |