From 64b8eb68455c36e7e153014deaf52a6f9d2de39c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Jul 2005 16:30:27 +0000 Subject: [PATCH] - typo --- http_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.30.2