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)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit51f4c026e1d2102f30a08c756aa19d1bd02e926b
tree0f26d5d2a77d57b4b691001173300a544526f879
parent9dbb4d386418266924dadf5e46c7b08be84788a5
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.034727 seconds and 4 git commands to generate.