mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
I forgot to take out the code I was using for testing.
This commit is contained in:
parent
dd5c37cfd7
commit
263578b2e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue