From 059d8dd2122f0a3948c2c09549159f0931a6f236 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Wed, 2 Aug 2000 05:27:38 +0000 Subject: prefix libapr functions and types with apr_ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85976 13f79535-47bb-0310-9956-ffa450edef68 --- os/bs2000/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/bs2000/os.c') diff --git a/os/bs2000/os.c b/os/bs2000/os.c index 591d96414c..2ad3a49669 100644 --- a/os/bs2000/os.c +++ b/os/bs2000/os.c @@ -89,7 +89,7 @@ int ap_checkconv(struct request_rec *r) strncasecmp(type, "message/", 8) == 0)) { if (strncasecmp(type, ASCIITEXT_MAGIC_TYPE_PREFIX, sizeof(ASCIITEXT_MAGIC_TYPE_PREFIX)-1) == 0) - r->content_type = ap_pstrcat(r->pool, "text/", + r->content_type = apr_pstrcat(r->pool, "text/", type+sizeof(ASCIITEXT_MAGIC_TYPE_PREFIX)-1, NULL); else -- cgit v1.2.3