From 85cd744f44a4711ab983184d42a2d63143c2615b Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Mon, 5 Jul 2010 13:33:17 +0200 Subject: [PATCH] fixed a stringparser bug --- components/compiler/stringparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/compiler/stringparser.cpp b/components/compiler/stringparser.cpp index 0e2e38be5..633b7eab4 100644 --- a/components/compiler/stringparser.cpp +++ b/components/compiler/stringparser.cpp @@ -56,7 +56,7 @@ namespace Compiler void StringParser::smashCase() { - mSmashCase = false; + mSmashCase = true; } }