We are currently formatting 32-bit signed integers into 8 byte buffers, which are too small, causing the compiler to complain. Update the buffer size to the minimum required value of 12 bytes: 1 for the sign, 10 for the number, and 1 for the null byte terminator. Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>dev
parent
bff27cb835
commit
7e2d4beb08
Loading…
Reference in new issue