mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +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
|
- (NSInteger) stalledMinutes
|
||||||
{
|
{
|
||||||
|
if (fStat->idleSecs == -1)
|
||||||
|
return -1;
|
||||||
|
|
||||||
return fStat->idleSecs / 60;
|
return fStat->idleSecs / 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue