зеркало из https://github.com/mozilla/pjs.git
Get rid of another signed/unsigned warning.
This commit is contained in:
Родитель
4d89b5ea58
Коммит
8d87ea18f6
|
@ -1326,7 +1326,7 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
|
|||
/* smart sorting (sort within separators) on name column */
|
||||
if (sortInfo->inbetweenSeparatorSort == PR_TRUE)
|
||||
{
|
||||
PRUint32 startIndex=currentElement;
|
||||
PRInt32 startIndex=currentElement;
|
||||
nsAutoString type;
|
||||
for (loop=currentElement; loop< currentElement + numElements; loop++)
|
||||
{
|
||||
|
|
|
@ -1326,7 +1326,7 @@ XULSortServiceImpl::SortTreeChildren(nsIContent *container, sortPtr sortInfo)
|
|||
/* smart sorting (sort within separators) on name column */
|
||||
if (sortInfo->inbetweenSeparatorSort == PR_TRUE)
|
||||
{
|
||||
PRUint32 startIndex=currentElement;
|
||||
PRInt32 startIndex=currentElement;
|
||||
nsAutoString type;
|
||||
for (loop=currentElement; loop< currentElement + numElements; loop++)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче