From: Sam Ruby Date: Fri, 25 Feb 2000 23:12:51 +0000 (+0000) Subject: Build failure on Win32: X-Git-Tag: PHP-4.0-RC1~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=937db8cc80f992afa211fcedfb292b40627980a8;p=php Build failure on Win32: error C2198: 'sapi_apply_default_charset' : too few actual parameters --- diff --git a/main/SAPI.c b/main/SAPI.c index 54ed0bc018..b5d4a54080 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -364,7 +364,7 @@ SAPI_API int sapi_add_header(char *header_line, uint header_line_len) ptr++; } mimetype = estrdup(ptr); - newlen = sapi_apply_default_charset(&mimetype, len); + newlen = sapi_apply_default_charset(&mimetype, len SLS_CC); if (newlen != 0) { newlen += sizeof("Content-type: "); newheader = emalloc(newlen);