1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

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

View file

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