mang i am so sloppy

This commit is contained in:
Adam D. Ruppe 2019-07-08 20:32:05 -04:00
parent 6ba9aad211
commit 0daa497977
1 changed files with 1 additions and 1 deletions

2
cgi.d
View File

@ -6122,7 +6122,7 @@ void runAddonServer(EIS)(string localListenerName, EIS eis) if(is(EIS : EventIoS
throw new Exception("epoll_wait " ~ to!string(errno));
}
} else {
int nfds = poll(pollfds.ptr, pollfds.length, timeout_milliseconds);
int nfds = poll(pollfds.ptr, cast(int) pollfds.length, timeout_milliseconds);
}
if(nfds == 0) {