Fixing bustage

This commit is contained in:
jaggernaut%netscape.com 2003-05-23 22:53:58 +00:00
parent 2183d9f7b6
commit a80007ca0a

View File

@ -1871,7 +1871,7 @@ NS_IMETHODIMP mozXMLTermSession::LimitOutputLines(PRBool deleteAllOld)
attValue.SetLength(0);
result = mozXMLTermUtils::GetNodeAttribute(nextChild, "class", attValue);
if (NS_FAILED(result)|| attValue.IsEmpty())) {
if (NS_FAILED(result) || attValue.IsEmpty()) {
deleteNode = 1;
} else {