1
0
Fork 0

processor: ws

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@284 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-11-22 11:43:31 +00:00
parent 60e8edb29f
commit 1d3a6722fc
1 changed files with 2 additions and 2 deletions

View File

@ -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);')