소스 검색
file: use dereference
master
Arun Prakash Jana
5 년 전
No known key found for this signature in database
GPG 키 ID: A75979F35C080412
1개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
src/nnn.c
|
|
@@ -323,9 +323,9 @@ static char g_tmpfpath[TMP_LEN_MAX] __attribute__ ((aligned)); |
|
|
|
|
|
|
|
/* Options to identify file mime */ |
|
|
|
#ifdef __APPLE__ |
|
|
|
#define FILE_OPTS "-bI" |
|
|
|
#define FILE_OPTS "-bIL" |
|
|
|
#else |
|
|
|
#define FILE_OPTS "-bi" |
|
|
|
#define FILE_OPTS "-biL" |
|
|
|
#endif |
|
|
|
|
|
|
|
/* Macros for utilities */ |
|
|
|