Xinqi Bao's Git

fixed run_command()
[slstatus.git] / slstatus.c
index a13bf3b..7dee542 100644 (file)
@@ -407,7 +407,7 @@ static char *
 run_command(const char* command)
 {
        FILE *fp = popen(command, "r");
-       char buffer[64] = '\0';
+       char buffer[64] = "\0";
 
        if (fp == NULL) {
                warn("Could not get command output for: %s", command);