mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Changed the assignment of a variable in variable.c
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ L_RETRY:
|
||||
c = c->super;
|
||||
}
|
||||
if (!retry && base && base->tt == MRB_TT_MODULE) {
|
||||
c = mrb->object_class;
|
||||
c = oclass;
|
||||
retry = TRUE;
|
||||
goto L_RETRY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user