Changeset 525 for trunk/macosx/Torrent.m
- Timestamp:
- Jul 4, 2006, 10:31:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r506 r525 183 183 184 184 int eta = [self eta]; 185 if( eta > 99 * 3600 + 59 * 60 + 59 ) 186 { 187 eta = -1; 188 } 185 189 if (eta < 0) 186 190 [fProgressString appendString: @" - remaining time unknown"];
Note: See TracChangeset
for help on using the changeset viewer.