diff options
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 0ad7d48..9e72453 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -17,6 +17,6 @@ BUILDIN(l) { // for now not translate and not use format parameters - script_pushstr(st, strdup(script_getstr(st, 2))); + script_pushstr(st, aStrdup(script_getstr(st, 2))); return true; } |