summaryrefslogtreecommitdiff
path: root/lib/command_lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_lex.l')
-rw-r--r--lib/command_lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_lex.l b/lib/command_lex.l
index b3276894f5..e5fc01e4c9 100644
--- a/lib/command_lex.l
+++ b/lib/command_lex.l
@@ -66,7 +66,7 @@ RANGE \({NUMBER}[ ]?\-[ ]?{NUMBER}\)
void
set_lexer_string (const char *string)
{
- buffer = yy_scan_string (XSTRDUP(MTYPE_TMP, string));
+ buffer = yy_scan_string (string);
}
void