summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/lscript/lscript_compile/indra.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/lscript/lscript_compile/indra.l b/indra/lscript/lscript_compile/indra.l
index 4fa5b58a81..57aef07e18 100644
--- a/indra/lscript/lscript_compile/indra.l
+++ b/indra/lscript/lscript_compile/indra.l
@@ -678,7 +678,7 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename,
// Reset the lexer's internal buffering.
-
+ yyrestart(yyin);
b_parse_ok = !yyparse();