mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
snprintf returns the number of bytes it wrote (or would have written) NOT counting the \0 terminal character. The buffer size it accepts as argument DOES COUNT the \0 character. Pass the right parameter value.
15 KiB
15 KiB