Skip to content

Conversation

paszqa
Copy link

@paszqa paszqa commented Sep 2, 2025

Fixes time precision loss when loading split files in non-English locales, which use "," instead of "." to separate integer and its fraction, ex. 3,1415 vs 3.1415

Tested in Polish locale where comma is the decimal separator
Results:
Split times like "5.673432" now load correctly as 5673432 microseconds instead of 5000000, regardless which separator is used.

#include "bind.h"
#include "component/components.h"
#include "main.h"
#include "main_css.h"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like this line is causing the build error

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.

2 participants