From 66eac308ef4d13d195387b38cdf165d547972f63 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 30 Oct 2009 21:41:41 +0000 Subject: [PATCH] (trunk libT) still banging along at #2533 --- libtransmission/torrent.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtransmission/torrent.c b/libtransmission/torrent.c index 1db34ee51..e214e32e1 100644 --- a/libtransmission/torrent.c +++ b/libtransmission/torrent.c @@ -1093,9 +1093,9 @@ fprintf( stderr, "lastBlockOfFirstPiece is %"PRIu64"\n", (uint64_t)lastBlockOfFi //for( i=firstBlock+1; icompletion, i ) ) { + // if( tr_cpBlockIsCompleteFast( &tor->completion, i ) ) { ++b; - } + // } fprintf( stderr, "looping on i(2): %"PRIu64"\n", i ); }