slstatus

My fork of https://tools.suckless.org/slstatus/
git clone https://git.inz.fi/slstatus
Log | Files | Refs | README | LICENSE

commit 9477f3b1d11521d015f0117b99235ccf72e99cb8
parent c8926634be53796b3b5d4ebe85a79e0a721ef43e
Author: Aaron Marcher <info@nulltime.net>
Date:   Sat, 17 Sep 2016 18:16:27 +0200

n/a for run_command()

Diffstat:
Mslstatus.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slstatus.c b/slstatus.c @@ -406,7 +406,7 @@ static char * run_command(const char *cmd) { FILE *fp; - char buf[64] = "\0"; + char buf[64] = "n/a"; fp = popen(cmd, "r"); if (fp == NULL) {