]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdReadColumnsDouble.cxx
2110 Bug Probleme reading the las line of the file : Read Columns box
[bbtk.git] / packages / std / src / bbstdReadColumnsDouble.cxx
index c74a39fd1ff6e68a03059648200135ad841ce4b2..915990fff6698874e7d91732aa4ec33d298655a6 100644 (file)
@@ -51,7 +51,7 @@ void ReadColumnsDouble::Process()
        }       
        
        int numberOfLines = 0;
-       char tmpValue[50];
+       char tmpValue[1000];
        std::vector<double> *vecData;
        FILE *ff1 = fopen( bbGetInputFileName().c_str() , "r+" );
        if (ff1!=NULL)