mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 17:39:38 +00:00
file: use dereference
This commit is contained in:
parent
22d8b4dba3
commit
0d05d71a0f
|
@ -323,9 +323,9 @@ static char g_tmpfpath[TMP_LEN_MAX] __attribute__ ((aligned));
|
||||||
|
|
||||||
/* Options to identify file mime */
|
/* Options to identify file mime */
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#define FILE_OPTS "-bI"
|
#define FILE_OPTS "-bIL"
|
||||||
#else
|
#else
|
||||||
#define FILE_OPTS "-bi"
|
#define FILE_OPTS "-biL"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Macros for utilities */
|
/* Macros for utilities */
|
||||||
|
|
Loading…
Reference in a new issue