1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-10 06:02:57 +00:00

fix r2247 oops

This commit is contained in:
Charles Kerr 2007-06-30 15:16:08 +00:00
parent 3e0cac55fd
commit b6819d6a12

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