From 1742fe7d6f81169a5182e459dd45e51a69181ef0 Mon Sep 17 00:00:00 2001 From: Barattero Laurent Date: Sun, 6 Oct 2024 22:22:06 +0200 Subject: Chiefly, fixed the bug that blocked the compilation. Also, update of atoreconf, readme, man, exemples, help... --- src/gloseq.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gloseq.cpp') diff --git a/src/gloseq.cpp b/src/gloseq.cpp index f6a0c3b..77c219e 100644 --- a/src/gloseq.cpp +++ b/src/gloseq.cpp @@ -21,7 +21,7 @@ * * Description: * - * Version: 0.3.0 + * Version: 0.3.2 * Created: 27/12/2013 10:38:49 * Revision: none * Compiler: gcc @@ -81,7 +81,7 @@ GloSeq::verify () #endif string line; - for(int nb_line = 1; getline(glofile, line) != 0; nb_line++) + for(int nb_line = 1; getline(glofile, line); nb_line++) { // cleaning each line cleanLine(line); @@ -141,7 +141,7 @@ GloSeq::verify () cerr << "Error : "<< nb_error <<" syntax error in " << file_name << endl; else cerr << "Error : "<< nb_error <<" syntax errors in " << file_name << endl; - throw; + throw; } /* step 3 */ -- cgit v1.2.3