mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Use C locale for decimal point character.
This commit is contained in:
parent
557d4d7de4
commit
83b838f783
@ -14,6 +14,7 @@
|
||||
#include <memory>
|
||||
#include "../nfd/nfd.h"
|
||||
#include <sys/stat.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <windows.h>
|
||||
@ -83,6 +84,8 @@ std::vector<std::unordered_map<std::string, uint64_t>::const_iterator> RebuildCo
|
||||
|
||||
int main( int argc, char** argv )
|
||||
{
|
||||
setlocale( LC_NUMERIC, "C" );
|
||||
|
||||
std::unique_ptr<tracy::View> view;
|
||||
int badVer = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user