From ccceb0bcfd926144bd6324de39217cbc44dadfd3 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Mon, 20 Mar 2017 18:47:49 +0100
Subject: [PATCH] ..

---
 pub/lib/commands.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pub/lib/commands.cpp b/pub/lib/commands.cpp
index 94789a7c..96032ff5 100644
--- a/pub/lib/commands.cpp
+++ b/pub/lib/commands.cpp
@@ -375,7 +375,7 @@ bool frida_command(string cmd)
             if (fs::path(fname).extension().string()=="")
                 fname += ext;
             mode = SMem::instance()->overwrite ? "overwrite" : "create";
-        } else {
+        } else { // gfa
             fname = sask("Graphic file name", fname);
             mode = "append";
         }
-- 
GitLab