forked from qt-creator/qt-creator
assign right variable
This commit is contained in:
@@ -1306,7 +1306,7 @@ QStringList ProFileEvaluator::Private::evaluateFunction(
|
|||||||
|
|
||||||
if (m_valuemapStack.count() >= 100) {
|
if (m_valuemapStack.count() >= 100) {
|
||||||
q->errorMessage(format("ran into infinite recursion (depth > 100)."));
|
q->errorMessage(format("ran into infinite recursion (depth > 100)."));
|
||||||
ok = false;
|
oki = false;
|
||||||
} else {
|
} else {
|
||||||
State sts = m_sts;
|
State sts = m_sts;
|
||||||
m_valuemapStack.push(m_valuemap);
|
m_valuemapStack.push(m_valuemap);
|
||||||
|
|||||||
Reference in New Issue
Block a user