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/optmanager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/optmanager.cpp') diff --git a/src/optmanager.cpp b/src/optmanager.cpp index 51f8935..19b814e 100644 --- a/src/optmanager.cpp +++ b/src/optmanager.cpp @@ -27,7 +27,7 @@ * for the time being, the value is set to max. * we could test string before conversion. * - * Version: 0.3.0 + * Version: 0.3.2 * Created: 23/12/2013 23:31:46 * Revision: none * Compiler: gcc @@ -343,6 +343,7 @@ OptManager::subRoutineUp(const short int FLAG ) { case FLAG_UP_GLO: upGloList.push_back(tmpOpt); + break; case FLAG_UP_GLOC: upGloCList.push_back(tmpOpt); break; -- cgit v1.2.3