processor: ws
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@284 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
60e8edb29f
commit
1d3a6722fc
|
@ -100,8 +100,8 @@ define(`DEF_HASH_TABLE_FUNC', `
|
|||
continue;
|
||||
}
|
||||
popdef(`BUCKET')
|
||||
')
|
||||
|
||||
')
|
||||
|
||||
IFCALCCOPY(`bucketsize = BUCKET_SIZE(b);')
|
||||
ALLOC(pnew, char, bucketsize, , Bucket)
|
||||
IFCOPY(`memcpy(pnew, b, bucketsize);')
|
||||
|
|
Loading…
Reference in New Issue