mirror of
https://github.com/transmission/transmission
synced 2024-12-27 18:18:10 +00:00
(trunk libT) still banging along at #2533
This commit is contained in:
parent
632f98c8fd
commit
66eac308ef
1 changed files with 2 additions and 2 deletions
|
@ -1093,9 +1093,9 @@ fprintf( stderr, "lastBlockOfFirstPiece is %"PRIu64"\n", (uint64_t)lastBlockOfFi
|
||||||
//for( i=firstBlock+1; i<lastBlock && i<=lastBlockOfFirstPiece; ++i ) {
|
//for( i=firstBlock+1; i<lastBlock && i<=lastBlockOfFirstPiece; ++i ) {
|
||||||
for( i=firstBlock+1; i<lastBlock && i<=lastBlockOfFirstPiece; i++ ) {
|
for( i=firstBlock+1; i<lastBlock && i<=lastBlockOfFirstPiece; i++ ) {
|
||||||
fprintf( stderr, "looping on i(1): %"PRIu64"\n", i );
|
fprintf( stderr, "looping on i(1): %"PRIu64"\n", i );
|
||||||
if( tr_cpBlockIsCompleteFast( &tor->completion, i ) ) {
|
// if( tr_cpBlockIsCompleteFast( &tor->completion, i ) ) {
|
||||||
++b;
|
++b;
|
||||||
}
|
// }
|
||||||
fprintf( stderr, "looping on i(2): %"PRIu64"\n", i );
|
fprintf( stderr, "looping on i(2): %"PRIu64"\n", i );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue