diff options
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; |