Changeset 11001
- Timestamp:
- Jul 11, 2010, 9:06:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Torrent.m
r10999 r11001 1480 1480 - (NSInteger) stalledMinutes 1481 1481 { 1482 if (fStat->idleSecs == -1) 1483 return -1; 1484 1482 1485 return fStat->idleSecs / 60; 1483 1486 }
Note: See TracChangeset
for help on using the changeset viewer.