From 937db8cc80f992afa211fcedfb292b40627980a8 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Fri, 25 Feb 2000 23:12:51 +0000 Subject: Build failure on Win32: error C2198: 'sapi_apply_default_charset' : too few actual parameters --- main/SAPI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/SAPI.c') 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); -- cgit v1.2.1