update it

This commit is contained in:
Sukchan Lee 2017-03-22 18:53:18 +09:00
parent 7d795c0e70
commit de64d18861
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static clbuf_t* clbuf_alloc(c_uint16_t length)
pool_alloc_node(&cluster_2048_pool, &cluster);
clbuf->size = SIZEOF_CLUSTER_2048;
}
else
else if (length <= 8192)
{
pool_alloc_node(&cluster_8192_pool, &cluster);
clbuf->size = SIZEOF_CLUSTER_8192;