From b9c467c3e36c8350ddfde0fe80b7b9ffc6b1d9a1 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 30 Aug 2015 14:16:33 +0000 Subject: [PATCH] fix comments about byte sizes; Christoph Biedl --- src/file.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/file.h b/src/file.h index 02118338..6912e4df 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.170 2015/08/28 08:32:51 christos Exp $ + * @(#)$File: file.h,v 1.171 2015/08/30 14:16:33 christos Exp $ */ #ifndef __file_h__ @@ -302,15 +302,15 @@ struct magic { #define num_mask _u._mask #define str_range _u._s._count #define str_flags _u._s._flags - /* Words 9-16 */ + /* Words 9-24 */ union VALUETYPE value; /* either number or string */ - /* Words 17-32 */ + /* Words 25-40 */ char desc[MAXDESC]; /* description */ - /* Words 33-52 */ + /* Words 41-60 */ char mimetype[MAXMIME]; /* MIME type */ - /* Words 53-54 */ + /* Words 61-62 */ char apple[8]; /* APPLE CREATOR/TYPE */ - /* Words 55-63 */ + /* Words 63-78 */ char ext[64]; /* Popular extensions */ }; -- 2.40.0