assign right variable

This commit is contained in:
Oswald Buddenhagen
2009-06-03 19:04:10 +02:00
parent 240a6ec55c
commit 93571f7d42

View File

@@ -1306,7 +1306,7 @@ QStringList ProFileEvaluator::Private::evaluateFunction(
if (m_valuemapStack.count() >= 100) {
q->errorMessage(format("ran into infinite recursion (depth > 100)."));
ok = false;
oki = false;
} else {
State sts = m_sts;
m_valuemapStack.push(m_valuemap);