[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: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Sat, 4 Oct 2008 02:01:38 +0200

2008-10-03 22:18:14 Greg Stein napisaƂ(a):
> 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.

Fixed in r33426.

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-10-04 02:05:51 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.