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:
00e2457
)
doh
author
Michael Wallner
<mike@php.net>
Thu, 19 Jan 2012 13:17:35 +0000
(13:17 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 19 Jan 2012 13:17:35 +0000
(13:17 +0000)
php_http_message_body.c
patch
|
blob
|
history
diff --git
a/php_http_message_body.c
b/php_http_message_body.c
index 1129c54930fa51823e52de22f8c71329f349d036..c9cea55b46f640c4dab754082687c968afd1618c 100644
(file)
--- a/
php_http_message_body.c
+++ b/
php_http_message_body.c
@@
-286,7
+286,7
@@
static inline char *format_key(uint type, char *str, ulong num, const char *pref
} else if (type == HASH_KEY_IS_STRING) {
new_key = estrdup(str);
} else {
- estrdup("");
+
new_key =
estrdup("");
}
return new_key;