浏览代码
file: use dereference
master
Arun Prakash Jana
5 年前
找不到此签名对应的密钥
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 */ |
|
|
|