Xinqi Bao's Git
projects
/
slstatus.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
ad03218
)
fixed run_command()
author
Aaron Marcher <
[email protected]
>
Wed, 14 Sep 2016 16:42:51 +0000
(18:42 +0200)
committer
Aaron Marcher (drkhsh) <
[email protected]
>
Wed, 14 Sep 2016 16:42:51 +0000
(18:42 +0200)
slstatus.c
patch
|
blob
|
history
diff --git
a/slstatus.c
b/slstatus.c
index
a13bf3b
..
7dee542
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] =
'\0'
;
+ char buffer[64] =
"\0"
;
if (fp == NULL) {
warn("Could not get command output for: %s", command);