mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
57611240a9
- The `s` specifier is a string pointer obtained without performing `mrb_str_modify()`, so it cannot be changed. - The `z` specifier cannot be changed because it is a string pointer obtained by `RSTRING_CSTR()` which returns `const char *`.