I forgot to take out the code I was using for testing.
This commit is contained in:
parent
dd5c37cfd7
commit
263578b2e5
|
@ -335,7 +335,7 @@
|
|||
|
||||
- (NSString *) name
|
||||
{
|
||||
return [[NSString stringWithUTF8String: fInfo->name] stringByAppendingFormat: @" %d", fOrderValue];
|
||||
return [NSString stringWithUTF8String: fInfo->name];
|
||||
}
|
||||
|
||||
- (uint64_t) size
|
||||
|
|
Loading…
Reference in New Issue