On 2020-09-14, Tait Hoyem <[email protected]> wrote: > Here is the new patch:
Thanks, applied.
> + printf("%zd\n", bytecount);
This should be %zu (size_t is an unsigned type), but I fixed this up
when applying.
On 2020-09-14, Tait Hoyem <[email protected]> wrote: > Here is the new patch:
Thanks, applied.
> + printf("%zd\n", bytecount);
This should be %zu (size_t is an unsigned type), but I fixed this up
when applying.