diff options
| author | 2020-10-13 13:37:22 +0200 | |
|---|---|---|
| committer | 2020-10-13 13:37:22 +0200 | |
| commit | 8399e79d87a1c9313f99e076448eb2fae869b2e8 (patch) | |
| tree | 6d40df8ee51c6f0abec4117c2e384562f139c23d /cli | |
| parent | fa2c9fe8754869c7df507fe1fa6143a1ef4bf84c (diff) | |
| download | OneRoll-8399e79d87a1c9313f99e076448eb2fae869b2e8.tar.gz OneRoll-8399e79d87a1c9313f99e076448eb2fae869b2e8.zip | |
Add some small fixes
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index 392d555..6e9e49f 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -451,6 +451,8 @@ int startDiceParsing(QStringList& cmds, QString& treeFile, bool withColor, EXPOR #endif } } + else + rt = 1; } return rt; } |