]> granicus.if.org Git - file/commit
str_flags and num_mask are the same bytes in the union, so don't erroneously
authorChristos Zoulas <christos@zoulas.com>
Tue, 15 Mar 2011 22:15:30 +0000 (22:15 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 15 Mar 2011 22:15:30 +0000 (22:15 +0000)
commitc66ac6ec86c4ed8f9a212b2f99a2b6550a559454
tree3bc9e7a0a49bb85f99d475837e8f47e94ea72fca
parentd4dd156ca608358a9f3566335152d38c2c1fee88
str_flags and num_mask are the same bytes in the union, so don't erroneously
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.
src/apprentice.c