mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-04 18:09:44 +00:00
Monotone-Parent: 6a6bbe9da76e6e30fd9ce63cf4a8c7677f5f61a0
Monotone-Revision: 40b7c19f2c07d8bd5fbb6e2cc45cba387e15d768 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-06-01T14:22:28
This commit is contained in:
@@ -174,11 +174,8 @@
|
||||
|
||||
- (NSString *) childPartName
|
||||
{
|
||||
char buf[8];
|
||||
|
||||
sprintf (buf, "%"PRIuPTR"", [self childIndex] + 1);
|
||||
|
||||
return [NSString stringWithCString:buf];
|
||||
return [NSString stringWithFormat: @"%u",
|
||||
(unsigned int) ([self childIndex] + 1)];
|
||||
}
|
||||
|
||||
- (id) childPartPath
|
||||
|
||||
Reference in New Issue
Block a user