mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
c54d5abdaf
Change int variables to mrb_int in mrb_dir_getwd and mrb_dir_chroot to maintain consistent use of mruby's integer type internally. Keep explicit casts only at system interface boundaries where different types are required by system calls. Eliminates VC warning C4267 while following the same type unification approach used in pack.c. Co-authored-by: Claude <noreply@anthropic.com>