-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
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
Labels
No labels