]> granicus.if.org Git - file/commitdiff
Reduce MAXMAGIS again; I hadn't realised it isn't really a maximum,
authorReuben Thomas <rrt@sc3d.org>
Sun, 24 Feb 2008 01:06:08 +0000 (01:06 +0000)
committerReuben Thomas <rrt@sc3d.org>
Sun, 24 Feb 2008 01:06:08 +0000 (01:06 +0000)
just an initial max. size.

src/file.h

index dd485e45794b29365306af0e67205906f6683e0d..15f98d0c53bfc238f735fe117b62c2cf71217ca9 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.97 2008/02/19 00:58:59 rrt Exp $
+ * @(#)$File: file.h,v 1.98 2008/02/19 17:29:30 rrt Exp $
  */
 
 #ifndef __file_h__
@@ -91,7 +91,7 @@
 #ifndef HOWMANY
 # define HOWMANY (256 * 1024)  /* how much of the file to look at */
 #endif
-#define MAXMAGIS 16384         /* max entries in any one magic file
+#define MAXMAGIS 8192          /* max entries in any one magic file
                                   or directory */
 #define MAXDESC        64              /* max leng of text description/MIME type */
 #define MAXstring 32           /* max leng of "string" types */