Browse Source

n/a for run_command()

master
Aaron Marcher 7 years ago
committed by Aaron Marcher (drkhsh)
parent
commit
9477f3b1d1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      slstatus.c

+ 1
- 1
slstatus.c View File

@@ -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) {


Loading…
Cancel
Save