From dd89d293fe62ca55542a5637e239b33404c58a8d Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 14 Feb 2015 17:19:29 +0000 Subject: [PATCH] bump buffer space for file. --- src/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file.h b/src/file.h index 4eda387c..33e44220 100644 --- a/src/file.h +++ b/src/file.h @@ -27,7 +27,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$File: file.h,v 1.165 2015/01/02 21:29:39 christos Exp $ + * @(#)$File: file.h,v 1.166 2015/01/09 19:28:32 christos Exp $ */ #ifndef __file_h__ @@ -126,7 +126,7 @@ #endif #ifndef HOWMANY -# define HOWMANY (256 * 1024) /* how much of the file to look at */ +# define HOWMANY (1024 * 1024) /* how much of the file to look at */ #endif #define MAXMAGIS 8192 /* max entries in any one magic file or directory */ -- 2.50.1