Skip to content

Strtod locale fix

Hans de Goede requested to merge jwrdegoede/plymouth:strtod-locale-fix into master

Add a ply_strtod helper which always uses "." as decimal separator independent of the locale.

And use this in the two-step plugin to fix the various Alignment options not working with some locales (locales which use ',' as decimal separator).

Merge request reports