Changeset 462


Ignore:
Timestamp:
Jun 25, 2006, 6:19:49 PM (17 years ago)
Author:
livings124
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Torrent.m

    r461 r462  
    336336- (NSString *) name
    337337{
    338     return [[NSString stringWithUTF8String: fInfo->name] stringByAppendingFormat: @" %d", fOrderValue];
     338    return [NSString stringWithUTF8String: fInfo->name];
    339339}
    340340
Note: See TracChangeset for help on using the changeset viewer.