[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5714 - trunk/subversion/libsvn_client

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-04-23 23:47:33 CEST

cmpilato@collab.net wrote:

>sussman@tigris.org writes:
>
>
>
>>Author: sussman
>>Date: Wed Apr 23 15:47:48 2003
>>New Revision: 5714
>>
>>
>
>[...]
>
>
>
>>@@ -499,20 +575,26 @@
>> {
>> svn_subst_eol_style_t style;
>> const char *eol;
>>+ svn_subst_keywords_t *final_kw = apr_pcalloc (pool, sizeof(*final_kw));
>>
>>
>
>Doh! Heap allocation again. Just make your structure, and pass its
>address to build_final_keyword_struct() and svn_subst_copy_and_translate().
>
>

Heh heh. And just the other day, Ben insisted quite vehemently on IRC
that he had *not* done any Java coding. Well, here it is -- Java code
written in C! :-)

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 23 23:48:18 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.