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 problem reading FIBSEM version 1 & 2 headers #22

Open
petehague opened this issue Apr 16, 2024 · 0 comments
Open

Possible problem reading FIBSEM version 1 & 2 headers #22

petehague opened this issue Apr 16, 2024 · 0 comments

Comments

@petehague
Copy link

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?

@imagejan imagejan changed the title Possible problem reading version 1 & 2 headers Possible problem reading FIBSEM version 1 & 2 headers Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant