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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
commit69851fffedf3e4a5fa2e24ba4366d56037bf0980
treecb7da46d92a7f9ce38e5d98c600724b5e322749c
parentefd923e5742993cedafc1eeeb04cfad4ddf5cc8d
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.024445 seconds and 4 git commands to generate.