소스 검색

Wrap FILE_MIME_OPTS use in check (#622)

We leave it undefined on Solaris/Illumos because no such options exist,
so only use it if we have it.
master
Sijmen J. Mulder GitHub 5 년 전
부모
커밋
68b9185071
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c 파일 보기

@@ -3698,9 +3698,11 @@ static bool show_stats(const char *fpath, const struct stat *sb)
}
fprintf(fp, " %s\n ", begin);

#ifdef FILE_MIME_OPTS
/* Show the file mime type */
get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE);
fprintf(fp, "%s", g_buf);
#endif
}
}



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