Changeset 8917 for trunk/libtransmission/torrent.c
- Timestamp:
- Aug 13, 2009, 7:28:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8916 r8917 1333 1333 tr_torrentRecheckCompleteness( tor ); 1334 1334 1335 if( tor->startAfterVerify ) 1335 if( tor->preVerifyTotal && !tr_cpHaveTotal( &tor->completion ) ) 1336 { 1337 tr_torrentSetLocalError( tor, _( "Can't find local data. Try \"Set Location\" to find it, or restart the torrent to re-download." ) ); 1338 tr_torrentStop( tor ); 1339 } 1340 else if( tor->startAfterVerify ) 1336 1341 { 1337 1342 tor->startAfterVerify = FALSE; 1343 1338 1344 tr_torrentStart( tor ); 1339 1345 } … … 1366 1372 1367 1373 /* add the torrent to the recheck queue */ 1374 tor->preVerifyTotal = tr_cpHaveTotal( &tor->completion ); 1368 1375 tr_torrentUncheck( tor ); 1369 1376 tr_verifyAdd( tor, torrentRecheckDoneCB );
Note: See TracChangeset
for help on using the changeset viewer.