Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible error in EXFMetaData.m in appendDataFromBytes routine #13

Open
GoogleCodeExporter opened this issue Jul 20, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant