cleanup warnings

git-svn-id: svn://10.0.0.236/trunk@32931 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-05-27 10:53:29 +00:00
parent 2b68d411fb
commit e725246f20
2 changed files with 2 additions and 2 deletions

View File

@@ -796,7 +796,7 @@ PRBool nsParser::IsValidFragment(const nsString& aSourceBuffer,nsITagStack& aSta
PRInt32 aPos=theOutput.RFind("</endnote>");
if(-1<aPos)
theOutput.Truncate(aPos);
result=!theOutput.IsEmpty();
result=PRBool(0==theOutput.Length());
}
}
return result;