Skip to content

Conversation

@thakkie
Copy link

@thakkie thakkie commented Nov 26, 2020

Fixes issue #1134: "Edit/show document: incorrect value in binary $type field in JSON"

The type value is cast to a signed char, but values of 0x80 and above cannot be represented by a signed char, therefore the cast has to be to an unsigned char

Fixes issue #1134: "Edit/show document: incorrect value in binary $type field in JSON"
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