提交 5d727078 编写于 作者: A Andy Polyakov

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

上级 108159ff
......@@ -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; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册