Skip to content

Utils: fix typo in binary multiplier key#338

Open
ol-nata wants to merge 1 commit into
ts-factory:mainfrom
ol-nata:bugfix/utils
Open

Utils: fix typo in binary multiplier key#338
ol-nata wants to merge 1 commit into
ts-factory:mainfrom
ol-nata:bugfix/utils

Conversation

@ol-nata

@ol-nata ol-nata commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

The kibi prefix key used '1x1p10', an invalid hex float literal that never matched, so the Ki prefix was never resolved. Changed it to the correct '0x1p10' (2^10), matching the format used by the other binary prefixes.

The kibi prefix key used '1x1p10', an invalid hex float literal that
never matched, so the Ki prefix was never resolved. Changed it to the
correct '0x1p10' (2^10), matching the format used by the other binary
prefixes.

Signed-off-by: Natalia Rybchenko <natalia.rybchenko@oktetlabs.ru>
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