mirror of
https://github.com/berdav/snappy-fox
synced 2025-02-16 11:31:47 +01:00
%u instead of %lu in debug print
This commit is contained in:
parent
872459937a
commit
6e5fe0c858
@ -122,7 +122,7 @@ static int32_t parse_literal(uint8_t *cdata, uint32_t cidx, uint32_t clength,
|
||||
if (*idx + clen > length)
|
||||
return -1;
|
||||
|
||||
prdebug("Copying literal %d bytes at (u:%d c:%d (%lu))\n",
|
||||
prdebug("Copying literal %d bytes at (u:%d c:%d (%u))\n",
|
||||
clen, *idx, offsetval, offsetval);
|
||||
|
||||
memcpy(&data[*idx], &cdata[offsetval], clen);
|
||||
|
Loading…
x
Reference in New Issue
Block a user