From: Christos Zoulas Date: Fri, 7 Nov 2008 17:26:17 +0000 (+0000) Subject: change && to & X-Git-Tag: FILE5_05~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d35ab4cc1e046bda1e5b1a5e3d0f20902cf9030;p=file change && to & --- diff --git a/src/ascmagic.c b/src/ascmagic.c index 6d5772a4..f471d52e 100644 --- a/src/ascmagic.c +++ b/src/ascmagic.c @@ -36,7 +36,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: ascmagic.c,v 1.71 2008/11/06 21:36:44 rrt Exp $") +FILE_RCSID("@(#)$File: ascmagic.c,v 1.72 2008/11/07 17:26:17 christos Exp $") #endif /* lint */ #include "magic.h" @@ -226,7 +226,7 @@ subtype_identified: if (mime) { if ((mime & MAGIC_MIME_TYPE) && - !(ms->event_flags && EVENT_WROTE_MIME_TYPE)) { + !(ms->event_flags & EVENT_WROTE_MIME_TYPE)) { if (subtype_mime) { if (file_printf(ms, "%s", subtype_mime) == -1) goto done;