Xinqi Bao's Git
projects
/
slstatus.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
35f7862
)
variable initialization is back
author
Ali H. Fardan <
[email protected]
>
Wed, 14 Sep 2016 14:42:48 +0000
(17:42 +0300)
committer
Ali H. Fardan <
[email protected]
>
Wed, 14 Sep 2016 14:42:48 +0000
(17:42 +0300)
slstatus.c
diff
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
1a297f8
..
a13bf3b
100644
(file)
--- a/
slstatus.c
+++ b/
slstatus.c
@@
-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);