]> granicus.if.org Git - file/commitdiff
allow ? in apple creator/type magic
authorChristos Zoulas <christos@zoulas.com>
Sat, 31 Oct 2015 15:37:17 +0000 (15:37 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 31 Oct 2015 15:37:17 +0000 (15:37 +0000)
src/apprentice.c

index 88c27952462d3aceecb6f9c7d0ed582d5912eaa9..a7f8f2b812a5ebd5a72b7a47b541aafa96ed24c6 100644 (file)
@@ -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);
 }
 
 /*