From 2012b3496672f121a0d9e4ef977733f8c9ce8326 Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Thu, 19 Nov 2009 15:10:06 +0000 Subject: [PATCH] Fix localization madness of sprintf git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2820 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/src/Texmacs/Texmacs/texmacs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/Texmacs/Texmacs/texmacs.cpp b/src/src/Texmacs/Texmacs/texmacs.cpp index b85873b8..89f90904 100644 --- a/src/src/Texmacs/Texmacs/texmacs.cpp +++ b/src/src/Texmacs/Texmacs/texmacs.cpp @@ -352,6 +352,7 @@ immediate_options (int argc, char** argv) { int main (int argc, char** argv) { + set_env ("LC_NUMERIC", "POSIX"); #ifdef QTTEXMACS // initialize the Qt application infrastructure new QApplication (argc, argv); -- 2.11.4.GIT