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:
@@ -146,6 +146,7 @@ CV_IMPL int cvInitSystem( int argc, char** argv )
|
||||
}
|
||||
wasInitialized = 1;
|
||||
}
|
||||
setlocale(LC_NUMERIC,"C");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user