Skip to content

Fix[ntsa_abstract.cpp]: missing hex offset 10 for abcdefABCDEF - #409

Open
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:patch-30
Open

Fix[ntsa_abstract.cpp]: missing hex offset 10 for abcdefABCDEF#409
678098 wants to merge 1 commit into
bloomberg:mainfrom
678098:patch-30

Conversation

@678098

@678098 678098 commented May 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

digits.push_back(digit);
}
else if (ch >= 'a' && ch <= 'f') {
Digit digit = ch - 'a';

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example, 'a' turns into 0, should be 10

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