mirror of
https://github.com/transmission/transmission
synced 2025-02-21 13:46:52 +00:00
(trunk libT) #3234 "Checking existing data can show 100%" -- fixed in trunk for 2.00
This commit is contained in:
parent
b0b9e17032
commit
a1b85a633c
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ verifyTorrent( tr_torrent * tor, tr_bool * stopFlag )
|
|||
const int64_t buflen = 1024 * 128; /* 128 KiB buffer */
|
||||
uint8_t * buffer = tr_valloc( buflen );
|
||||
|
||||
tr_torrentUncheck( tor );
|
||||
|
||||
SHA1_Init( &sha );
|
||||
|
||||
while( !*stopFlag && ( pieceIndex < tor->info.pieceCount ) )
|
||||
|
|
Loading…
Reference in a new issue