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

Handle endianness for 1 byte INTs #64

Merged
merged 2 commits into from
Feb 10, 2024
Merged

Handle endianness for 1 byte INTs #64

merged 2 commits into from
Feb 10, 2024

Conversation

vedran-kasalica
Copy link
Member

@vedran-kasalica vedran-kasalica commented Feb 9, 2024

Introduced a "not applicable" tag for the byte order of 1-byte integers to address the issue where specifying endianness was erroneously required. This update resolves the problem by clarifying that endianness is irrelevant for single-byte data types, allowing data processing of such cases.

@Erikpostt
Copy link
Contributor

Seems to work on my side, thank you for fixing it @vedran-kasalica .

@Erikpostt Erikpostt merged commit 4dcf9c8 into main Feb 10, 2024
1 check passed
@vedran-kasalica vedran-kasalica deleted the fix_endianness branch March 12, 2024 23:39
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

Successfully merging this pull request may close these issues.

2 participants