This commit is contained in:
Eric Petit 2006-08-06 17:16:15 +00:00
parent ce66d15045
commit beebc5bbfa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}