I forgot to take out the code I was using for testing.

This commit is contained in:
Mitchell Livingston 2006-06-25 18:19:49 +00:00
parent dd5c37cfd7
commit 263578b2e5
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@
- (NSString *) name
{
return [[NSString stringWithUTF8String: fInfo->name] stringByAppendingFormat: @" %d", fOrderValue];
return [NSString stringWithUTF8String: fInfo->name];
}
- (uint64_t) size