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:
@@ -977,7 +977,7 @@ XULSortServiceImpl::GetNodeValue(nsIContent *node1, nsIRDFResource *sortProperty
|
||||
cellPosVal1.Insert(zero, 0, zero.Length() - cellPosVal1.Length());
|
||||
}
|
||||
|
||||
hasMore = FALSE;
|
||||
hasMore = PR_FALSE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -977,7 +977,7 @@ XULSortServiceImpl::GetNodeValue(nsIContent *node1, nsIRDFResource *sortProperty
|
||||
cellPosVal1.Insert(zero, 0, zero.Length() - cellPosVal1.Length());
|
||||
}
|
||||
|
||||
hasMore = FALSE;
|
||||
hasMore = PR_FALSE;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user