shuntingYard get api-data lowerCase, fix #2457

This commit is contained in:
MichaelDvP
2025-03-10 08:00:50 +01:00
parent bd93d26361
commit d769999f10

View File

@@ -383,7 +383,7 @@ std::string commands(std::string & expr, bool quotes = true) {
data.insert(data.begin(), '"');
data.insert(data.end(), '"');
}
expr.replace(f, l, data);
expr.replace(f, l, emsesp::Helpers::toLower(data));
e = f + data.length();
} else {
return expr = "";