From f357e9c3c52105fc6e78e8c0ce2293290ed49e91 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 13 Oct 2020 23:17:55 +0200 Subject: Fix comments --- cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.cpp b/cli/main.cpp index 6e9e49f..bf7611e 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -128,7 +128,7 @@ void displayMarkdown(QString json) auto obj= doc.object(); auto error= obj["error"].toString(); auto warning= obj["warning"].toString(); - auto comment= obj["warning"].toString(); + auto comment= obj["comment"].toString(); auto arrayInst= obj["instructions"].toArray(); QStringList diceResults; for(auto inst : arrayInst) -- cgit v1.2.3-70-g09d2