Skip to content

Possible problem reading FIBSEM version 1 & 2 headers #22

@petehague

Description

@petehague

Hello,

I was examining this code to understand the file format, and I noticed that there seems to be a "skip" on this line that will be executed if fileVersion is 1 or 2 but shouldn't be:

s.skip( 800 - 652 );

as a previous branch of the code for those versions already skipped forward to position 800 here:

s.skip( 800 - 740 );

I'm not sure if this is intentional or an error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions