summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorXuefer <xuefer@gmail.com>2015-04-15 13:49:45 +0200
committerDees Troy <dees_troy@teamw.in>2015-05-29 17:56:19 +0200
commit46bdc9681507e3a8484b2050a8f3ff8c229e890d (patch)
treecdc36d7e047b209ef097d9be16c1fad805f3f7c6 /gui
parentminuitwrp: remove unused variable (diff)
downloadandroid_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar.gz
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar.bz2
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar.lz
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar.xz
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.tar.zst
android_bootable_recovery-46bdc9681507e3a8484b2050a8f3ff8c229e890d.zip
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