Bugzilla: 58575

This commit is contained in:
larryh%netscape.com 2000-11-28 00:34:48 +00:00
parent e613f5eaea
commit 5c5790cdb0

View File

@ -472,7 +472,7 @@ static PRStatus _MW_PollInternal(PRWaitGroup *group)
{
PRRecvWait **waiter;
PRStatus rv = PR_FAILURE;
PRUintn count, count_ready;
PRInt32 count, count_ready;
PRIntervalTime polling_interval;
group->poller = PR_GetCurrentThread();