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

Central Directory offset #30

Open
qwiff-dogg opened this issue Dec 6, 2024 · 0 comments
Open

Central Directory offset #30

qwiff-dogg opened this issue Dec 6, 2024 · 0 comments

Comments

@qwiff-dogg
Copy link

The specs states that rresFileHeader.cdOffset is an absolute offset within the file.

However, the rresLoadCentralDirectory implementation uses an offset relative to the end of the header:

https://github.com/raysan5/rres/blob/master/src/rres.h#L877

Shouldn't it use SEEK_SET, instead of SEEK_CUR here?

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