fix typo; use C locale for VsnprintfTestCase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a5d85ef032
commit
12e91a550c
@ -188,7 +188,7 @@ VsnprintfTestCase::VsnprintfTestCase()
|
||||
{
|
||||
// this call is required to avoid check failures when running on machines
|
||||
// with a locale where the decimal point is not '.'
|
||||
wxSetlocale(LC_NUMERIC, "English");
|
||||
wxSetlocale(LC_NUMERIC, "C");
|
||||
}
|
||||
|
||||
void VsnprintfTestCase::C()
|
||||
|
Loading…
Reference in New Issue
Block a user