From 4590a7f0c3bba61ce276327cb9be3b5adc207bc5 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 11 Oct 2015 16:20:28 +0200 Subject: -fix compil error --- diceparser.cpp | 4 ++-- 1 file 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) -- cgit v1.2.3-70-g09d2