summaryrefslogtreecommitdiff
path: root/src/apprentice.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2015-10-31 15:37:17 +0000
committerChristos Zoulas <christos@zoulas.com>2015-10-31 15:37:17 +0000
commita7dd6a578f68eae7f284965214b41e9f4a01cd4a (patch)
treee3c89ee82cc86be3ab64654ffc8a542e46d86806 /src/apprentice.c
parent7736e3ee0e7dda7d46a2cd40e0a7a86413db1537 (diff)
downloadfile-git-a7dd6a578f68eae7f284965214b41e9f4a01cd4a.tar.gz
allow ? in apple creator/type magic
Diffstat (limited to 'src/apprentice.c')
-rw-r--r--src/apprentice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apprentice.c b/src/apprentice.c
index cbb05898..a5880315 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.241 2015/09/16 22:52:54 christos Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.242 2015/10/31 15:37:17 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);
}
/*