fix r2247 oops

This commit is contained in:
Charles Kerr 2007-06-30 15:16:08 +00:00
parent 3e0cac55fd
commit b6819d6a12
1 changed files with 1 additions and 1 deletions

View File

@ -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) ) )