mirror of
https://github.com/transmission/transmission
synced 2025-03-10 06:02:57 +00:00
fix r2247 oops
This commit is contained in:
parent
3e0cac55fd
commit
b6819d6a12
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ torrentThreadLoop ( void * _tor )
|
|||
tr_lockInit( &checkFilesLock );
|
||||
}
|
||||
|
||||
tor->recheckFlag = !tr_ioCheckFiles( tor, TR_RECHECK_FAST );
|
||||
tor->recheckFlag = tr_ioCheckFiles( tor, TR_RECHECK_FAST );
|
||||
|
||||
/* loop until the torrent is being deleted */
|
||||
while( ! ( tor->dieFlag && (tor->runStatus == TR_RUN_STOPPED) ) )
|
||||
|
|
Loading…
Add table
Reference in a new issue