Skip to content
Commit 2f05ceeb authored by Manuel Stoeckl's avatar Manuel Stoeckl Committed by Daniel Stone
Browse files

connection, client: Avoid locale-dependent float printing



Specifically, in the log formed when WAYLAND_DEBUG is set, this commit
ensures that floating point numbers are formatted using '.' instead of
the locale-specific decimal separator. As the debug logs are not
otherwise localized for end-users, and may be parsed by scripts, it is
better to have consistent output here.

The 24.8 fixed point numbers are now represented with 8 digits after
the decimal, since this is both exact and simpler to compute.

Signed-off-by: default avatarManuel Stoeckl <code@mstoeckl.com>
parent 91d98b62
Loading
Loading
Loading
Pipeline #371998 passed with stages
in 1 minute and 5 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment