Explorar el Código

n/a for run_command()

master
Aaron Marcher hace 8 años
committed by Aaron Marcher (drkhsh)
padre
commit
9477f3b1d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      slstatus.c

+ 1
- 1
slstatus.c Ver fichero

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


Cargando…
Cancelar
Guardar