Get rid of warning by using PRUint32s instead of comparing signed and unsigned values.

This commit is contained in:
rjc%netscape.com 2007-09-12 17:46:26 +00:00
Родитель 44d97397ea
Коммит 11057357cd
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -1622,8 +1622,7 @@ nsBookmarksService::getArgumentN(nsISupportsArray *arguments, nsIRDFResource *re
PRInt32 offset, nsIRDFResource **argValue)
{
nsresult rv;
PRInt32 loop;
PRUint32 numArguments;
PRUint32 loop, numArguments;
*argValue = nsnull;