(trunk libT) fix r10689 oops

This commit is contained in:
Charles Kerr 2010-05-25 20:42:32 +00:00
parent 25a5b2918a
commit 035dea80df
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ verifyTorrent( tr_torrent * tor, tr_bool * stopFlag )
tr_piece_index_t pieceIndex = 0;
const time_t begin = tr_time( );
time_t end;
//const int64_t buflen = 1024 * 128; /* 128 KiB buffer */
const int64_t buflen = 1024 * 1024;
const int64_t buflen = 1024 * 128; /* 128 KiB buffer */
uint8_t * buffer = tr_valloc( buflen );
SHA1_Init( &sha );