Oops... PR_FALSE instead of just FALSE.

git-svn-id: svn://10.0.0.236/trunk@40214 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com
1999-07-20 03:14:34 +00:00
parent 52496d6f3b
commit bf50031062
2 changed files with 2 additions and 2 deletions

View File

@@ -977,7 +977,7 @@ XULSortServiceImpl::GetNodeValue(nsIContent *node1, nsIRDFResource *sortProperty
cellPosVal1.Insert(zero, 0, zero.Length() - cellPosVal1.Length());
}
hasMore = FALSE;
hasMore = PR_FALSE;
break;
}
}

View File

@@ -977,7 +977,7 @@ XULSortServiceImpl::GetNodeValue(nsIContent *node1, nsIRDFResource *sortProperty
cellPosVal1.Insert(zero, 0, zero.Length() - cellPosVal1.Length());
}
hasMore = FALSE;
hasMore = PR_FALSE;
break;
}
}