TWO BYTES

This commit is contained in:
2022-09-06 18:59:25 +10:00
parent d97fd3fc22
commit 63a7231254
2 changed files with 3 additions and 3 deletions

View File

@@ -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);