1
0
Fork 0

processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@232 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-10-10 00:40:29 +00:00
parent a75411f56e
commit 2ec9c783a1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ define(`DEF_HASH_TABLE_FUNC', `
DISABLECHECK(`
for (b = src->pListHead; b != NULL; b = b->pListNext) {
ifelse(`$4', `', `', `
ifelse($4, `', `', `
pushdef(`BUCKET', `b')
if ($4 == ZEND_HASH_APPLY_REMOVE) {
IFCOPY(`dst->nNumOfElements --;')