try to figure out if a test should be binary for non string types. PR/116.
This affected tga file magic where the mask is 0xffffff and the binary test
turned to ascii.
#include "file.h"
#ifndef lint
-FILE_RCSID("@(#)$File: apprentice.c,v 1.165 2011/01/16 19:30:36 rrt Exp $")
+FILE_RCSID("@(#)$File: apprentice.c,v 1.166 2011/02/24 03:35:59 christos Exp $")
#endif /* lint */
#include "magic.h"
case FILE_DOUBLE:
case FILE_BEDOUBLE:
case FILE_LEDOUBLE:
+ mstart->flag |= BINTEST;
+ break;
case FILE_STRING:
case FILE_PSTRING:
case FILE_BESTRING16: