cleanup warnings
git-svn-id: svn://10.0.0.236/trunk@32931 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user