Oops, need to do proper comparison for Linux.

This commit is contained in:
rjc%netscape.com 2000-03-19 08:56:31 +00:00
Родитель e24b76e4ee
Коммит d08d7ecc33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1463,7 +1463,7 @@ InternetSearchDataSource::filterSite(nsIRDFResource *aResource)
aRes = do_QueryInterface(isupports);
if (!aRes) return(NS_ERROR_UNEXPECTED);
if ((aRes == kNC_LastSearchRoot) || (isSearchURI(aRes)))
if ((aRes.get() == kNC_LastSearchRoot) || (isSearchURI(aRes)))
{
array->AppendElement(aRes);
}