From 6b45e585a0d995f3686e66fc4e39684431512f50 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 10 Mar 2006 08:58:56 +0000 Subject: [PATCH] Unsure why win32 never noticed this, but the value returned is a const char* git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@384731 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/win32/mod_isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index bf99360e0f..0ac11d757b 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -629,7 +629,7 @@ static apr_ssize_t send_response_header(isapi_cid *cid, { int head_present = 1; int termarg; - char *termch; + const char *termch; apr_size_t ate = 0; if (!head || headlen == 0 || !*head) { -- 2.40.0