I am getting a warning in the file EXFMetaData.m
In the routine appendDataFromBytes, it uses logical AND (&&) and I wondering if
the author meant to use bitwise AND (&).
It is completely possible the code is correct but I just do not know enough
about the code to know if the warning I am getting is bogus.
Thank you.