diff options
| author | 2015-10-11 16:20:28 +0200 | |
|---|---|---|
| committer | 2015-10-11 16:20:28 +0200 | |
| commit | 4590a7f0c3bba61ce276327cb9be3b5adc207bc5 (patch) | |
| tree | 212948e7c521ffe7c5b18a3a3f7dffb9ef9a8f99 /diceparser.cpp | |
| parent | 2036d7d5e028c08b022390d607a2ead188e7cc90 (diff) | |
| download | OneRoll-4590a7f0c3bba61ce276327cb9be3b5adc207bc5.tar.gz OneRoll-4590a7f0c3bba61ce276327cb9be3b5adc207bc5.zip | |
-fix compil error
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index b7097d3..d07e555 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -572,8 +572,8 @@ bool DiceParser::readDice(QString& str,ExecutionNode* & node) { if(currentOperator==D) { - int num; - int end; + qint64 num; + qint64 end; if(m_parsingToolbox->readNumber(str,num)) { if(num<1) |