Skip to content

Bug fix: Mangling of values#33

Merged
vetlewi merged 2 commits intomainfrom
dev
Mar 19, 2026
Merged

Bug fix: Mangling of values#33
vetlewi merged 2 commits intomainfrom
dev

Conversation

@vetlewi
Copy link
Copy Markdown
Owner

@vetlewi vetlewi commented Mar 19, 2026

ROOT somehow mangles the data. Probably it somehow assumes its a signed integer. Anyways, increased the word size to 32-bit which fixes the issue. This is not ideal, as 16-bit is exactly the size of the actual data, and would perfectly represent all possible values.

vetlewi added 2 commits March 19, 2026 10:10
ROOT somehow mangles the data. Probably it somehow assumes its a signed integer. Anyways, increased the word size to 32-bit which fixes the issue. This is not ideal, as 16-bit is exactly the size of the actual data, and would perfectly represent all possible values.
@vetlewi vetlewi merged commit a7972bb into main Mar 19, 2026
2 checks passed
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.

1 participant