You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Original issue reported on code.google.com by [email protected] on 2 May 2012 at 3:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 May 2012 at 3:28The text was updated successfully, but these errors were encountered: