Changeset 3590
- Timestamp:
- Oct 27, 2007, 2:17:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r3572 r3590 1029 1029 if( !tor->isRunning ) 1030 1030 { 1031 if( !tor->uncheckedPieces ) 1032 tor->uncheckedPieces = tr_bitfieldNew( tor->info.pieceCount ); 1033 tr_fastResumeLoad( tor, tor->uncheckedPieces, tor->destination, FALSE ); 1031 1034 tor->isRunning = 1; 1032 1035 tr_ioRecheckAdd( tor, checkAndStartCB );
Note: See TracChangeset
for help on using the changeset viewer.