From c0da2a57ea7681d4b21439c785c5e5ee212a4f78 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 31 Oct 2015 15:37:17 +0000 Subject: [PATCH] allow ? in apple creator/type magic --- src/apprentice.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apprentice.c b/src/apprentice.c index 88c27952..a7f8f2b8 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: apprentice.c,v 1.240 2015/09/16 18:34:21 christos Exp $") +FILE_RCSID("@(#)$File: apprentice.c,v 1.241 2015/09/16 22:52:54 christos Exp $") #endif /* lint */ #include "magic.h" @@ -2271,7 +2271,7 @@ parse_apple(struct magic_set *ms, struct magic_entry *me, const char *line) return parse_extra(ms, me, line, CAST(off_t, offsetof(struct magic, apple)), - sizeof(m->apple), "APPLE", "!+-./", 0); + sizeof(m->apple), "APPLE", "!+-./?", 0); } /* -- 2.40.0