summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/qe/Search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/qe/Search.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/qe/Search.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/Search.cxx b/xmlhelp/source/cxxhelp/qe/Search.cxx
index 4dd8e78176..d98cb176e2 100644
--- a/xmlhelp/source/cxxhelp/qe/Search.cxx
+++ b/xmlhelp/source/cxxhelp/qe/Search.cxx
@@ -347,6 +347,7 @@ void Search::startSearch()
for (j = i + 1; j < free2_; j++ )
{
if( conceptData_[j].is() )
+ {
if( conceptData_[i]->cEquals( conceptData_[j].get() ) )
{
conceptData_[i]->addLast( conceptData_[j].get() );
@@ -354,6 +355,7 @@ void Search::startSearch()
}
else
i = j;
+ }
}
}