summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level2.cpp')
-rw-r--r--starts/meaning-vm/level2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/starts/meaning-vm/level2.cpp b/starts/meaning-vm/level2.cpp
index e3a7ab9..c8080e6 100644
--- a/starts/meaning-vm/level2.cpp
+++ b/starts/meaning-vm/level2.cpp
@@ -575,7 +575,7 @@ void parse(ref stream)
if (values.count(argname.name())) {
neededmap.link(arg, argname);
} else {
- knownmap.link(arg, lookup(argname.get("name")));
+ knownmap.link(arg, lookup(argname));
}
}
dealloc(stream2, intellect::level0::concepts::allocations());