Changeset 3087
- Timestamp:
- Sep 16, 2007, 4:13:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r3086 r3087 280 280 } 281 281 282 NSMutableString * progressString = [[NSMutableString alloc] init WithString: @""],283 * remainingTimeString = [[NSMutableString alloc] init WithString: @""],284 * statusString = [[NSMutableString alloc] init WithString: @""],285 * shortStatusString = [[NSMutableString alloc] init WithString: @""];282 NSMutableString * progressString = [[NSMutableString alloc] init], 283 * remainingTimeString = [[NSMutableString alloc] init], 284 * statusString = [[NSMutableString alloc] init], 285 * shortStatusString = [[NSMutableString alloc] init]; 286 286 287 287 if (![self allDownloaded]) … … 467 467 468 468 [fStatusString release]; 469 469 fStatusString = statusString; 470 470 471 471 [fShortStatusString release];
Note: See TracChangeset
for help on using the changeset viewer.