mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f1767fd079
`mrb_str_buf_new` is an old function that ensures capacity size of `MRB_STR_BUF_MIN_SIZE` minimum. Usually one need to use `mrb_str_new_capa` instead.