diff options
| author | 2017-02-12 11:07:55 +0100 | |
|---|---|---|
| committer | 2017-02-12 11:07:55 +0100 | |
| commit | 6ac191e912e240dcc6eb00f36eb643ff3dd144d7 (patch) | |
| tree | 352012a16f1398ac9e465f78902fc1601c70a33f /diceparser.cpp | |
| parent | d13bce0509bc6e7b040751eb069debe51a8cb7b3 (diff) | |
| parent | aa35163964fb18ea90608f602a4f5bc45792e8f0 (diff) | |
| download | OneRoll-6ac191e912e240dcc6eb00f36eb643ff3dd144d7.tar.gz OneRoll-6ac191e912e240dcc6eb00f36eb643ff3dd144d7.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.cpp')
| -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")); } |