Converted 'true' to 'PR_TRUE' so it'll build on Unix.

git-svn-id: svn://10.0.0.236/trunk@30670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-05-07 05:17:30 +00:00
parent a15328cfbc
commit c6b465dd0b
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@ GetTreeCellValue(sortPtr sortInfo, nsIContent *node, nsString & val)
break;
val.Truncate();
domText->GetData(val);
found = true;
found = PR_TRUE;
break;
}
}

View File

@@ -576,7 +576,7 @@ GetTreeCellValue(sortPtr sortInfo, nsIContent *node, nsString & val)
break;
val.Truncate();
domText->GetData(val);
found = true;
found = PR_TRUE;
break;
}
}