From 050b9f69204cde4dd8c9ee503e28d577afb3929e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 15 Dec 2015 01:06:00 +0000 Subject: [PATCH] move mime and extension to the right place. --- magic/Magdir/archive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/Magdir/archive b/magic/Magdir/archive index ea0bb9dd..9a4809f4 100644 --- a/magic/Magdir/archive +++ b/magic/Magdir/archive @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: archive,v 1.99 2015/12/04 20:48:02 christos Exp $ +# $File: archive,v 1.100 2015/12/15 01:06:00 christos Exp $ # archive: file(1) magic for archive formats (see also "msdos" for self- # extracting compressed archives) # @@ -765,9 +765,9 @@ # Zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu) 0 string PK\005\006 Zip archive data (empty) -0 string PK\003\004 !:mime application/zip !:ext zip/cbz +0 string PK\003\004 # Specialised zip formats which start with a member named 'mimetype' # (stored uncompressed, with no 'extra field') containing the file's MIME type. -- 2.40.0