diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/configmanagerbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configmanagerbase.cpp b/src/configmanagerbase.cpp index cf7eb3e..ac55fe0 100644 --- a/src/configmanagerbase.cpp +++ b/src/configmanagerbase.cpp | |||
@@ -23,7 +23,7 @@ void ConfigManagerBase::loadConfig( const std::string &sFileName, const char *lp | |||
23 | std::list<std::string>::const_iterator i; | 23 | std::list<std::string>::const_iterator i; |
24 | for( i = lSearchPath.begin(); i != lSearchPath.end(); i++ ) | 24 | for( i = lSearchPath.begin(); i != lSearchPath.end(); i++ ) |
25 | { | 25 | { |
26 | if( parseConfig( (*i+sFileName).c_str(), lpProfile ) ) | 26 | if( parseConfig( (*i + sFileName).c_str(), lpProfile ) ) |
27 | { | 27 | { |
28 | break; | 28 | break; |
29 | } | 29 | } |