mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-10 22:50:43 +02:00

sprintf always adds a NULL terminator at the end of the buffer it works on. A few places made just enough space for the resulting string, but not the terminator. So this just adds one to the buffer size to make room for it.