]> git.pld-linux.org Git - packages/meshlab.git/blob - meshlab-1.3.1-ply-numeric.patch
509a773d863921803d5a50f2474c8a7649b1dc0a
[packages/meshlab.git] / meshlab-1.3.1-ply-numeric.patch
1 diff -up meshlab-1.3.1/meshlab/src/meshlab/main.cpp.ply-numeric meshlab-1.3.1/meshlab/src/meshlab/main.cpp
2 --- meshlab-1.3.1/meshlab/src/meshlab/main.cpp.ply-numeric      2011-09-14 04:42:55.000000000 -0600
3 +++ meshlab-1.3.1/meshlab/src/meshlab/main.cpp  2011-10-21 14:16:50.910980112 -0600
4 @@ -31,6 +31,8 @@ int main(int argc, char *argv[])
5    QLocale::setDefault(QLocale::C);
6    QCoreApplication::setOrganizationName("VCG");
7    QCoreApplication::setApplicationName("MeshLab");
8 +
9 +  std::setlocale(LC_NUMERIC, "C");
10         
11                 if(argc>1)      
12                 {
This page took 0.087289 seconds and 2 git commands to generate.