aboutsummaryrefslogtreecommitdiff
path: root/src/optmanager.cpp
diff options
context:
space:
mode:
authorBarattero Laurent <laurent@larueluberlu.net>2024-10-06 22:22:06 +0200
committerBarattero Laurent <laurent@larueluberlu.net>2024-10-06 22:22:06 +0200
commit1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch)
tree4dfa824ea105de42d63d2a01608f2a5f08dc7880 /src/optmanager.cpp
parent49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff)
Chiefly, fixed the bug that blocked the compilation.HEADmaster
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to '')
-rw-r--r--src/optmanager.cpp3
1 files changed, 2 insertions, 1 deletions
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;