file: use dereference

This commit is contained in:
Arun Prakash Jana 2019-05-26 16:44:17 +05:30
parent 22d8b4dba3
commit 0d05d71a0f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -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 */