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

Re: svn commit: r33420 - trunk/subversion/mod_dav_svn

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 3 Oct 2008 13:18:14 -0700

On Fri, Oct 3, 2008 at 12:23 PM, <arfrever_at_tigris.org> wrote:
>...
> +++ trunk/subversion/mod_dav_svn/activity.c Fri Oct 3 12:23:56 2008 (r33420)
>...
> + svn_checksum_t *checksum = svn_checksum_create(svn_checksum_md5, pool);
> + svn_error_clear(svn_checksum(&checksum, svn_checksum_md5, activity_id,
> + strlen(activity_id), pool));

No need for the svn_checksum_create() call. The svn_checksum()
function allocates a checksum structure.

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-03 22:18:28 CEST

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.