Re: [hackers] [sbase][PATCH] Make 'w' command print byte count
On 2020-09-14, Tait Hoyem <code_AT_tait.tech> 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.
Received on Sat Sep 19 2020 - 05:02:54 CEST
This archive was generated by hypermail 2.3.0
: Sat Sep 19 2020 - 05:12:32 CEST