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

Fixed bug with number of digits for numeric being calculated wrong. #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GetsuDer
Copy link
Contributor

@GetsuDer GetsuDer commented Nov 7, 2024

In calculating number of digits to parse for numeric, whole size of struct numeric data was used. It It led to outputing junk data. Added subtraction of numeric header size, which removed reading wrong data. Partially resolves #31

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.

weird number interpretation
1 participant