mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b6a67b7721
Change count variables from int to mrb_int in mrb_pack_pack and read_tmpl functions to eliminate mixed type usage and resolve VC warning C4244 about conversion from mrb_int to int. Co-authored-by: Claude <noreply@anthropic.com>