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