diff options
| author | 2015-05-16 00:05:08 +0200 | |
|---|---|---|
| committer | 2015-05-16 00:05:08 +0200 | |
| commit | bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7 (patch) | |
| tree | 090223d5ab28601d52c63bb9489835f191cf797a /cli | |
| parent | b79df1fffd6677a584d6ad8ed44004aae0dad7b4 (diff) | |
| parent | f8a2e958e699ca41730cb785e7284c07eaaa5a82 (diff) | |
| download | OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.tar.gz OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/main.cpp | 2 |
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) |