-
Notifications
You must be signed in to change notification settings - Fork 10
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
AppendAny and AppendVariable for Int values not producing correct value #14
Comments
Hi, thanks for bringing this up! I'll look into it. |
The problem seems to be with the |
…ToString. Added explicit cast for all data types to AnyToString. Following up on #14. New library version 0.3.1
That was a really good catch 👍 |
I am having an issue appending int values using AppendAny. I think perhaps the pointer values are not lining up?
For example -18000 (is) is appearing as 115.
The text was updated successfully, but these errors were encountered: