mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
TWO BYTES
This commit is contained in:
@@ -1697,7 +1697,7 @@ static bool execDotAssign(Interpreter* interpreter) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Literal idn = copyLiteral(compound);
|
Literal idn = compound;
|
||||||
|
|
||||||
if (!parseIdentifierToValue(interpreter, &compound)) {
|
if (!parseIdentifierToValue(interpreter, &compound)) {
|
||||||
freeLiteral(assign);
|
freeLiteral(assign);
|
||||||
|
|||||||
Reference in New Issue
Block a user