]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix build break
authorArun Prakash Jana <engineerarun@gmail.com>
Wed, 8 Jan 2020 23:08:08 +0000 (04:38 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Wed, 8 Jan 2020 23:08:08 +0000 (04:38 +0530)
src/nnn.c

index a48536e9d46361fc91a93fda42349ac57e7a5cf0..e7a981690297eba22d5492027b374ced0d57c3ad 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3093,7 +3093,7 @@ static bool show_stats(const char *fpath, const struct stat *sb)
                        fprintf(fp, " %s\n  ", begin);
 
                        /* Show the file mime type */
-                       p = get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE);
+                       get_output(g_buf, CMD_LEN_MAX, "file", FILE_MIME_OPTS, fpath, FALSE);
                        fprintf(fp, "%s", g_buf);
                }
        }