소스 검색

n/a for run_command()

master
Aaron Marcher 8 년 전
committed by Aaron Marcher (drkhsh)
부모
커밋
9477f3b1d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      slstatus.c

+ 1
- 1
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) {


불러오는 중...
취소
저장