]> Sergey Matveev's repositories - nnn.git/commitdiff
file: use dereference
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 26 May 2019 11:14:17 +0000 (16:44 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 26 May 2019 11:14:17 +0000 (16:44 +0530)
src/nnn.c

index 75201d51699c6809d2d815ad5901028effaa0905..f47231bb6b70b71c173ec5ab74268a531ae8d3fd 100644 (file)
--- a/src/nnn.c
+++ b/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 */