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

Re: svn commit: r25619 - trunk/subversion/libsvn_ra_serf

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-07-09 21:03:14 CEST

Sorry Daniel, I mistakenly reverted that ;)

Lieven

dlr@tigris.org wrote:
> Author: dlr
> Date: Mon Jul 2 13:24:14 2007
> New Revision: 25619
>
> Log:
> Out damn spot! (Tweak some formatting, again.)
>
> * subversion/libsvn_ra_serf/xml.c
> (svn_ra_serf__expand_string): Adjust usage of whitespace.
>
>
> Modified:
> trunk/subversion/libsvn_ra_serf/xml.c
>
> Modified: trunk/subversion/libsvn_ra_serf/xml.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra_serf/xml.c?pathrev=25619&r1=25618&r2=25619
> ==============================================================================
> --- trunk/subversion/libsvn_ra_serf/xml.c (original)
> +++ trunk/subversion/libsvn_ra_serf/xml.c Mon Jul 2 13:24:14 2007
> @@ -161,7 +161,7 @@
> char *new_cur;
>
> /* append the data we received before. */
> - new_cur = apr_palloc(pool, *cur_len+new_len+1);
> + new_cur = apr_palloc(pool, *cur_len + new_len + 1);
>
> memcpy(new_cur, *cur, *cur_len);
> memcpy(new_cur + *cur_len, new, new_len);
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 9 20:59:15 2007

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.