From: Michael Wallner Date: Tue, 19 Jul 2005 16:30:27 +0000 (+0000) Subject: - typo X-Git-Tag: RELEASE_0_10_0~38 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=64b8eb68455c36e7e153014deaf52a6f9d2de39c;ds=sidebyside - typo --- diff --git a/http_functions.c b/http_functions.c index 7612013..a46d028 100644 --- a/http_functions.c +++ b/http_functions.c @@ -674,7 +674,7 @@ PHP_FUNCTION(http_get_request_body) NO_ARGS; if (SUCCESS == http_get_request_body(&body, &length)) { - RETURN_STRING(body, (int) length, 0); + RETURN_STRINGL(body, (int) length, 0); } else { RETURN_NULL(); }