Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 09:00:14 -04:00
parent f33ee270d5
commit 8604129164
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -79,7 +79,7 @@ namespace ev
do
{
idx = 0;
ret = kevent(kfd, nullptr, 0, &events, 512, nullptr);
ret = kevent(kfd, nullptr, 0, events, 512, nullptr);
if(ret > 0)
{
while(idx < ret)