1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

fixing locale settings - making it universal

This commit is contained in:
StevenPuttemans
2015-03-06 12:59:26 +01:00
parent 361eb633f6
commit cef2cf2852
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@ CV_IMPL int cvInitSystem( int argc, char** argv )
}
wasInitialized = 1;
}
setlocale(LC_NUMERIC,"C");
return 0;
}