From 44cd99e13f7d5247b7954f221ce12694e781bc2e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 23 Nov 2010 18:02:08 +0000 Subject: [PATCH] bump strings to 64 and version to 8. --- src/file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/file.h b/src/file.h index 2360eda0..25cd3a5b 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.126 2010/09/20 14:14:49 christos Exp $ + * @(#)$File: file.h,v 1.127 2010/10/24 14:35:45 christos Exp $ */ #ifndef __file_h__ @@ -116,11 +116,11 @@ #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 */ +#define MAXstring 64 /* max leng of "string" types */ #define MAGICNO 0xF11E041C -#define VERSIONNO 7 -#define FILE_MAGICSIZE 200 +#define VERSIONNO 8 +#define FILE_MAGICSIZE 232 #define FILE_LOAD 0 #define FILE_CHECK 1 -- 2.40.0