From bd1e3cc2d00de4b3877c793db8e6808d9d302744 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sun, 23 Feb 2014 08:50:59 -0500 Subject: [PATCH] 64 bit --- cgi.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi.d b/cgi.d index 34d5155..4d07706 100644 --- a/cgi.d +++ b/cgi.d @@ -1646,7 +1646,7 @@ class Cgi { } } private string[] responseCookies; - private int[string] cookieIndexes; + private size_t[string] cookieIndexes; /// Clears a previously set cookie with the given name, path, and domain. void clearCookie(string name, string path = null, string domain = null) {