summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/action.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/action.cpp b/gui/action.cpp
index fc3973738..fbd80dc94 100644
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1366,7 +1366,6 @@ int GUIAction::terminalcommand(std::string arg)
keep_going = 0;
} else {
// Try to read output
- memset(line, 0, sizeof(line));
if(fgets(line, sizeof(line), fp) != NULL)
gui_print("%s", line); // Display output
else