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:
parent
6ad287dbeb
commit
08d986759b
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ reqIsValid( const tr_peermsgs * msgs,
|
|||
else if( tr_pieceOffset( tor, index, offset, length ) > tor->info.totalSize )
|
||||
err = 4;
|
||||
|
||||
if( !err )
|
||||
if( err )
|
||||
{
|
||||
fprintf( stderr, "(ticket #751) err is %d\n", err );
|
||||
fprintf( stderr, "(ticket #751) req.index is %"PRIu32"\n", index );
|
||||
|
|
Loading…
Reference in a new issue