diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 6226ff87b..84f231619 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -1475,7 +1475,7 @@ void CLI2::insertIDExpr () reconstructed.push_back (argUUID); reconstructed.push_back (opSimilar); - A2 value ("'" + *u + "'", Lexer::Type::string); + A2 value (*u, Lexer::Type::string); value.tag ("FILTER"); reconstructed.push_back (value);