mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
(trunk libT) tear out another line of code. subtle, this isn't. this is like figuring out which neighbor is stealing your newspaper in the morning by secretly shooting a different neighbor each morning until the paper stops disappearing.
This commit is contained in:
parent
66eac308ef
commit
9ae5ce0bf8
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ 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++ ) {
|
||||||
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