Skip to content
Commit 7e2d4beb authored by Alexandros Frantzis's avatar Alexandros Frantzis
Browse files

xwayland: Silence format-truncation compilation warnings



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: default avatarAlexandros Frantzis <alexandros.frantzis@collabora.com>
parent bff27cb8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment