Changeset 3591 for branches/0.9x/libtransmission/torrent.c
- Timestamp:
- Oct 27, 2007, 2:17:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9x/libtransmission/torrent.c
r3573 r3591 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.