mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Typo
This commit is contained in:
parent
ce66d15045
commit
beebc5bbfa
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ static int readOrWriteBytes( tr_io_t * io, uint64_t offset, int size,
|
|||
{
|
||||
/* Should not happen */
|
||||
tr_err( "readOrWriteBytes: offset out of range (%lld, %d, %d)",
|
||||
offset, size, write );
|
||||
offset, size, isWrite );
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue