mirror of https://github.com/adamdruppe/arsd.git
mang i am so sloppy
This commit is contained in:
parent
6ba9aad211
commit
0daa497977
2
cgi.d
2
cgi.d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue