mirror of
https://github.com/pikami/slstatus.git
synced 2025-12-18 16:39:53 +00:00
variable initialization is back
This commit is contained in:
@@ -407,7 +407,7 @@ static char *
|
||||
run_command(const char* command)
|
||||
{
|
||||
FILE *fp = popen(command, "r");
|
||||
char buffer[64];
|
||||
char buffer[64] = '\0';
|
||||
|
||||
if (fp == NULL) {
|
||||
warn("Could not get command output for: %s", command);
|
||||
|
||||
Reference in New Issue
Block a user