Skip to content

Fix PIN dump in --query output#5

Merged
amotin merged 1 commit intoamotin:masterfrom
mmatuska:amotin-fixpindump
Jan 4, 2021
Merged

Fix PIN dump in --query output#5
amotin merged 1 commit intoamotin:masterfrom
mmatuska:amotin-fixpindump

Conversation

@mmatuska
Copy link

@mmatuska mmatuska commented Jan 1, 2021

These two fields are uint8_t (unsigned char), causing them to be treated
as literal char instead of int values. Need to cast to some int type to fix
that.

Obtained from ladar/sedutil

These two fields are uint8_t (unsigned char), causing them to be treated
as literal char instead of int values. Need to cast to some int type to fix
that.
@amotin amotin merged commit b2b69dc into amotin:master Jan 4, 2021
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.

3 participants