summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slstatus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slstatus.c b/slstatus.c
index 627d270..7b85a23 100644
--- a/slstatus.c
+++ b/slstatus.c
@@ -397,7 +397,7 @@ run_command(const char* command)
{
int good;
FILE *fp = popen(command, "r");
- char buffer[64];
+ char buffer[64] = "";
if (fp == NULL) {
warn("Could not get command output for: %s", command);