[Marble-commits] KDE/kdeedu/marble/src/plugins/runner/gosmore

Dennis Nienhüser earthwings at gentoo.org
Sun Aug 8 11:31:18 CEST 2010


SVN commit 1160554 by nienhueser:

set LC_ALL to C in the gosmore process environment

 M  +1 -0      GosmoreRunner.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/runner/gosmore/GosmoreRunner.cpp #1160553:1160554
@@ -59,6 +59,7 @@
 
     QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
     env.insert("QUERY_STRING", query);
+    env.insert("LC_ALL", "C");
     QProcess gosmore;
     gosmore.setProcessEnvironment(env);
 


More information about the Marble-commits mailing list