- Allow mime_content_type() to work with even a slightly broken mime magic

file.
This commit is contained in:
Derick Rethans 2005-10-18 13:02:11 +00:00
parent 37bc8289b9
commit 9e6588d6f0

View File

@ -434,9 +434,6 @@ static int apprentice(void)
/* parse it */
if (parse(line + ws_offset, lineno) != 0)
++errs;
if(errs && !MIME_MAGIC_G(debug))
break;
}
(void) fclose(f);