diff options
| -rw-r--r-- | cli/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/main.cpp b/cli/main.cpp index e93c492..edefd27 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -319,6 +319,7 @@ int startDiceParsing(QStringList& cmds,QString& treeFile,bool withColor, EXPORTF stringResult.replace("%1",scalarText); stringResult.replace("%2",listOfDiceResult.join(",").trimmed()); stringResult.replace("%3",lastScalarText); + stringResult.replace("\\n", "\n"); int i = strLst.size(); for(auto it = strLst.rbegin(); it != strLst.rend() ; ++it) |