projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
902d195
)
- typo
author
Michael Wallner
<mike@php.net>
Tue, 19 Jul 2005 16:30:27 +0000
(16:30 +0000)
committer
Michael Wallner
<mike@php.net>
Tue, 19 Jul 2005 16:30:27 +0000
(16:30 +0000)
http_functions.c
patch
|
blob
|
history
diff --git
a/http_functions.c
b/http_functions.c
index 7612013c070aca40fb1c63f6c5bc14b28b547ea6..a46d02883b1dc9bc5d2487bc9a54c4ee2a020b06 100644
(file)
--- 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_STRING
L
(body, (int) length, 0);
} else {
RETURN_NULL();
}