From e632e29302a9f2b3ee713389bab3c6aa0a1343ca Mon Sep 17 00:00:00 2001 From: lxsang Date: Sun, 13 Nov 2016 18:39:41 +0100 Subject: [PATCH] add stuff --- plugins/utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/utils.c b/plugins/utils.c index 74e683f..8309c0e 100644 --- a/plugins/utils.c +++ b/plugins/utils.c @@ -231,7 +231,8 @@ int is_bin(const char* file) return true; else // The other type will be undestant as binary - return "application/octet-stream"; + return true; + //return "application/octet-stream"; } int match_int(const char* search)