printf error message (France locale) #15
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
fixed
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/typiskt#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
printf complains about invalid numbers when displaying scores. This issue is specific to France, because the separator for floating point numbers is comma instead of dot. Adding
LC_ALL=Cat the beginning of lines 307, 629 and 630 seems to fix the issue for me.Best regards.
hanks for this, i will add a fix in the next release (will try to do it tomorrow)