We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
allsorts/src/layout.rs
Lines 1285 to 1296 in 63c3f48
These fields, whilst unused are offsets (Offset16) which the spec says:
Offset16
Short offset to a table, same as uint16
So they should be read_u16be. Since they're unused this isn't a problem in practice.
read_u16be
The text was updated successfully, but these errors were encountered:
No branches or pull requests
allsorts/src/layout.rs
Lines 1285 to 1296 in 63c3f48
These fields, whilst unused are offsets (
Offset16
) which the spec says:So they should be
read_u16be
. Since they're unused this isn't a problem in practice.The text was updated successfully, but these errors were encountered: