Arun Prakash Jana 6 년 전
부모
커밋
c373b4b279
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/nnn.c

+ 3
- 1
src/nnn.c 파일 보기

@@ -2420,7 +2420,9 @@ static char *get_output(char *buf, const size_t bytes, const char *file,

static bool getutil(const char *util)
{
if (!get_output(g_buf, CMD_LEN_MAX, "which", util, NULL, FALSE))
char buf[8];

if (!get_output(buf, 8, "which", util, NULL, FALSE))
return FALSE;

return TRUE;


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