mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-01 20:34:46 +02:00
fix
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ev
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
idx = 0;
|
idx = 0;
|
||||||
ret = kevent(kfd, nullptr, 0, &event, 512, nullptr);
|
ret = kevent(kfd, nullptr, 0, &events, 512, nullptr);
|
||||||
if(ret > 0)
|
if(ret > 0)
|
||||||
{
|
{
|
||||||
while(idx < ret)
|
while(idx < ret)
|
||||||
|
|||||||
Reference in New Issue
Block a user