summaryrefslogtreecommitdiff
path: root/src/map/magic-v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-v2.cpp')
-rw-r--r--src/map/magic-v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-v2.cpp b/src/map/magic-v2.cpp
index 73b7534..5b375b2 100644
--- a/src/map/magic-v2.cpp
+++ b/src/map/magic-v2.cpp
@@ -415,7 +415,7 @@ namespace magic_v2
case sexpr::STRING:
{
val_t val;
- val = ValString{dumb_string::copys(x._str)};
+ val = ValString{x._str};
out = dumb_ptr<expr_t>::make(std::move(val));
return true;