PaulTaykalo / iphone-exif

Automatically exported from code.google.com/p/iphone-exif
0 stars 0 forks source link

Possible error in EXFMetaData.m in appendDataFromBytes routine #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 silverwa...@gmail.com on 2 May 2012 at 3:28