summaryrefslogtreecommitdiffstats
path: root/contrib/file
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/file')
-rw-r--r--contrib/file/apprentice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/file/apprentice.c b/contrib/file/apprentice.c
index a29825c..714c86c 100644
--- a/contrib/file/apprentice.c
+++ b/contrib/file/apprentice.c
@@ -588,9 +588,11 @@ set_test_type(struct magic *mstart, struct magic *m)
break;
case FILE_REGEX:
case FILE_SEARCH:
+#ifndef COMPILE_ONLY
/* binary test if pattern is not text */
if (file_looks_utf8(m->value.us, m->vallen, NULL, NULL) <= 0)
mstart->flag |= BINTEST;
+#endif
break;
case FILE_DEFAULT:
/* can't deduce anything; we shouldn't see this at the
OpenPOWER on IntegriCloud