mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix type of argument passed to mrb_get_args.
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ mrb_file_s_unlink(mrb_state *mrb, mrb_value obj)
|
||||
{
|
||||
mrb_value *argv;
|
||||
mrb_value pathv;
|
||||
int argc, i;
|
||||
mrb_int argc, i;
|
||||
const char *path;
|
||||
|
||||
mrb_get_args(mrb, "*", &argv, &argc);
|
||||
|
||||
Reference in New Issue
Block a user