diff --git a/src/Lexer.cpp b/src/Lexer.cpp index 29a541a9b..a47794477 100644 --- a/src/Lexer.cpp +++ b/src/Lexer.cpp @@ -1420,7 +1420,7 @@ bool Lexer::readWord ( std::string::size_type eos = text.length (); int quote = text[cursor++]; - word = std::to_string(quote); + word = quote; int c; while ((c = text[cursor]))