diff options
| -rw-r--r-- | diceparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 29bd8e7..4c51d55 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -185,7 +185,7 @@ bool DiceParser::parseLine(QString str) { return true; } - else if(m_errorMap.isEmpty()) + else if(!m_errorMap.isEmpty()) { m_errorMap.insert(ExecutionNode::NOTHING_UNDERSTOOD,QObject::tr("Nothing was understood")); } |