diff options
author | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
---|---|---|
committer | Barattero Laurent <laurent@larueluberlu.net> | 2024-10-06 22:22:06 +0200 |
commit | 1742fe7d6f81169a5182e459dd45e51a69181ef0 (patch) | |
tree | 4dfa824ea105de42d63d2a01608f2a5f08dc7880 /src/optmanager.cpp | |
parent | 49fe49f7f0c6ad3ec81fbcbcd266ce627379182a (diff) |
Also, update of atoreconf, readme, man, exemples, help...
Diffstat (limited to 'src/optmanager.cpp')
-rw-r--r-- | src/optmanager.cpp | 3 |
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; |