mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
625976d793
I misunderstood the return value from `snprintf()`, which is NOT number of characters written in buffer, but the number of character the buffer has to have to write the complete output.