mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-21 08:35:54 +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.