mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
whoops
This commit is contained in:
parent
99315a273b
commit
730283b8f7
1 changed files with 3 additions and 0 deletions
|
@ -1479,6 +1479,9 @@ int trashDataFile(const char * filename)
|
|||
|
||||
- (NSInteger) stalledMinutes
|
||||
{
|
||||
if (fStat->idleSecs == -1)
|
||||
return -1;
|
||||
|
||||
return fStat->idleSecs / 60;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue