summaryrefslogtreecommitdiffstats
path: root/src/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help')
-rw-r--r--src/modules/help/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/index.cpp b/src/modules/help/index.cpp
index 82c5f575..2d6dbf09 100644
--- a/src/modules/help/index.cpp
+++ b/src/modules/help/index.cpp
@@ -134,7 +134,7 @@ void Index::setupDocumentList()
void Index::insertInDict( const TQString &str, int docNum )
{
- if ( strcmp( str, "amp" ) == 0 || strcmp( str, "nbsp" ) == 0 )
+ if ( str == "amp" || str == "nbsp" )
return;
Entry *e = 0;
if ( dict.count() )