On Tue, 2011-05-10, Stefan Fuhrmann wrote:
> So, I found out what happened: The *IDE* (editor) complained
> about the assignment and thus I "fixed" it without checking the
> compiler log.
>
> The compiler is happy without the cast and r1101616.
Thanks Stefan.
- Julian
On 10.05.2011 11:14, Branko Čibej wrote:
On 10.05.2011 10:34, Stefan Fuhrmann wrote:
On 09.05.2011 18:43, Philip Martin wrote:
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
On 10.05.2011 10:34, Stefan Fuhrmann wrote:
> On 09.05.2011 18:43, Philip Martin wrote:
>> 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
Stefan Fuhrmann writes:
> On 09.05.2011 18:43, Philip Martin wrote:
>> 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_
On 09.05.2011 18:43, Philip Martin wrote:
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
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 * si
stef...@apache.org wrote:
> * subversion/libsvn_subr/cache-membuffer.c
> (MIN_SEGMENT_SIZE): ensure that cache sizes > 4GB work
> (svn_cache__membuffer_cache_create): formatting fixes; add missing cast
>/* allocate cache as an array of segments / cache objects */
> - c = apr_palloc(pool,
7 matches
Mail list logo