Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Possible error in EXFMetaData.m in appendDataFromBytes routine #13

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions