Fix an "oops" typo! Well, it was a debugging left-over...

This commit is contained in:
Andy Polyakov 2005-01-13 15:25:30 +00:00
parent 108159ffcc
commit 5d727078ac

View File

@ -195,7 +195,7 @@ int RAND_poll(void)
for (j=0;j<i;j++)
{
if (randomstats[j].st_ino==st->st_ino &&
randomstats[j].st_dev!=st->st_dev)
randomstats[j].st_dev==st->st_dev)
break;
}
if (j<i) { close(fd); continue; }