Changed the assignment of a variable in variable.c

This commit is contained in:
Ukrainskiy Sergey
2017-11-17 19:43:57 +09:00
parent 74714c8fee
commit ddd32d74e1
+1 -1
View File
@@ -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;
}