summaryrefslogtreecommitdiff
path: root/src/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/textual.cc')
-rw-r--r--src/textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textual.cc b/src/textual.cc
index 4105a42d..4ae64890 100644
--- a/src/textual.cc
+++ b/src/textual.cc
@@ -1658,7 +1658,7 @@ post_t * instance_t::parse_post(char * line,
ptristream stream(p, static_cast<std::size_t>(len - beg));
if (*p != '(') // indicates a value expression
- post->assigned_amount->parse(stream, PARSE_NO_MIGRATE);
+ post->assigned_amount->parse(stream);
else
parse_amount_expr(stream, *context.scope, *post.get(),
*post->assigned_amount,