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

This commit is contained in:
rjc%netscape.com 1999-07-18 08:13:04 +00:00
Родитель c88e8ce2ad
Коммит 6b419352b7
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;