1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00
This commit is contained in:
Eric Petit 2006-08-06 17:16:15 +00:00
parent ce66d15045
commit beebc5bbfa

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