diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-08-30 23:11:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-08-30 23:13:04 +0200 |
commit | 01a87c102fe6bdaf3aa48a0ba17219e6e0983c4c (patch) | |
tree | 8eceb26b832e308924bdbea210e50c3eb61f9d59 /l10ntools | |
parent | 8bf60230255e0e8da66cafff578f148858cee4ca (diff) |
Some cppcheck cleaning
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/help/HelpLinker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx index b1d7c1c2e849..4889642bfa74 100644 --- a/l10ntools/source/help/HelpLinker.cxx +++ b/l10ntools/source/help/HelpLinker.cxx @@ -735,7 +735,7 @@ void HelpLinker::main( std::vector<std::string> &args, bExtensionMode = false; helpFiles.clear(); - if (args.size() > 0 && args[0][0] == '@') + if ((!args.empty()) && args[0][0] == '@') { std::vector<std::string> stringList; std::string strBuf; |