mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-29 19:12:02 +01:00
2c51d14223
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.
8.3 KiB
8.3 KiB