stef...@apache.org writes:

> Author: stefan2
> Date: Mon May  9 16:28:16 2011
> New Revision: 1101091

>   (svn_cache__membuffer_cache_create): formatting fixes; add missing cast

> -  c = apr_palloc(pool, segment_count * sizeof(*c));
> +  c = (svn_membuffer_t *)apr_palloc(pool, segment_count * sizeof(*c));

Why is that cast necessary?

-- 
Philip

Reply via email to