From 0daa497977ceddf545c5faef047e36d3eb77fcd2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Mon, 8 Jul 2019 20:32:05 -0400 Subject: [PATCH] mang i am so sloppy --- cgi.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.d b/cgi.d index 2a76175..3722dd9 100644 --- a/cgi.d +++ b/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) {