aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-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)