aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/main.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-16 00:05:08 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-16 00:05:08 +0200
commitbb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7 (patch)
tree090223d5ab28601d52c63bb9489835f191cf797a /cli/main.cpp
parentb79df1fffd6677a584d6ad8ed44004aae0dad7b4 (diff)
parentf8a2e958e699ca41730cb785e7284c07eaaa5a82 (diff)
downloadOneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.tar.gz
OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'cli/main.cpp')
-rw-r--r--cli/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.cpp b/cli/main.cpp
index f005cc3..f6197ce 100644
--- a/cli/main.cpp
+++ b/cli/main.cpp
@@ -59,7 +59,7 @@ QString diceToText(ExportedDiceResult& dice)
for(int i =0; i < tmp.first.size(); ++i)
{
- quint64 dievalue = tmp.first[i];
+ qint64 dievalue = tmp.first[i];
QString prefix("%1");
if(tmp.second)