Skip to content
Snippets Groups Projects
Commit 0a478f00 authored by Mick Jordan's avatar Mick Jordan
Browse files

add missing string intern

parent df8fb7cc
Branches
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ public abstract class UpdateAttributes extends RBuiltinNode {
if (value == RNull.instance) {
res.removeAttr(attrProfiles, attrName);
} else {
res.setAttr(attrName, value);
res.setAttr(attrName.intern(), value);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment