1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

fix r5189 typo pointed out by BentMyWookie

This commit is contained in:
Charles Kerr 2008-03-04 00:55:20 +00:00
parent 6ad287dbeb
commit 08d986759b

View file

@ -692,7 +692,7 @@ reqIsValid( const tr_peermsgs * msgs,
else if( tr_pieceOffset( tor, index, offset, length ) > tor->info.totalSize ) else if( tr_pieceOffset( tor, index, offset, length ) > tor->info.totalSize )
err = 4; err = 4;
if( !err ) if( err )
{ {
fprintf( stderr, "(ticket #751) err is %d\n", err ); fprintf( stderr, "(ticket #751) err is %d\n", err );
fprintf( stderr, "(ticket #751) req.index is %"PRIu32"\n", index ); fprintf( stderr, "(ticket #751) req.index is %"PRIu32"\n", index );