Fix: handle_conversion_specifier_std(): use `sizeof(PRI*64) - 1`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 Mar 2019 22:05:54 +0000 (18:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit9a84c056bc891d22e4170c979e3a9d66ba313a19
tree0f26d5d2a77d57b4b691001173300a544526f879
parentf750dad9dac62ed805b485f8fdcbbf5d6d16574e
Fix: handle_conversion_specifier_std(): use `sizeof(PRI*64) - 1`

`sizeof(PRIu64)`, for example, includes the terminating null character,
so what we want here is this size minus one.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
common/common.c
This page took 0.024114 seconds and 5 git commands to generate.