Fixing bustage

git-svn-id: svn://10.0.0.236/trunk@142873 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jaggernaut%netscape.com
2003-05-23 22:53:58 +00:00
parent 64f1912be5
commit 0c8f349d27

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 {