1
0
Fork 0

1 byte off for zend_constant

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@505 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 16 years ago
parent b36dbed007
commit 277e453efc

@ -240,7 +240,7 @@ DEF_STRUCT_P_FUNC(`zend_constant', , `dnl {{{
DISPATCH(uint, name_len)
pushdef(`emalloc', `malloc($1)')
pushdef(`ecalloc', `calloc($1, $2)')
PROC_ZSTRING_L(, name, name_len)
PROC_ZSTRING_N(, name, name_len)
popdef(`ecalloc')
popdef(`emalloc')
DISPATCH(int, module_number)

Loading…
Cancel
Save