mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
codegen.c: fixed a bug in post mandatory arguments.
This commit is contained in:
@@ -1434,7 +1434,7 @@ lambda_body(codegen_scope *s, node *tree, int blk)
|
||||
}
|
||||
}
|
||||
if (pargs) {
|
||||
node *n = margs;
|
||||
node *n = pargs;
|
||||
|
||||
pos = ma+oa+ra+1;
|
||||
while (n) {
|
||||
|
||||
Reference in New Issue
Block a user