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

Re: svn commit: r14194 - in trunk/subversion: mod_dav_svn tests/clients/cmdline

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-14 15:24:56 CEST

On Thu, 14 Apr 2005 cmpilato@tigris.org wrote:

> Modified: trunk/subversion/mod_dav_svn/log.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/mod_dav_svn/log.c?view=diff&rev=14194&p1=trunk/subversion/mod_dav_svn/log.c&r1=14193&p2=trunk/subversion/mod_dav_svn/log.c&r2=14194
> ==============================================================================
> --- trunk/subversion/mod_dav_svn/log.c (original)
> +++ trunk/subversion/mod_dav_svn/log.c Thu Apr 14 03:24:56 2005
> @@ -244,40 +244,18 @@
> else if (strcmp(child->name, "end-revision") == 0)
> end = SVN_STR_TO_REV(dav_xml_get_cdata(child, resource->pool, 1));
> else if (strcmp(child->name, "limit") == 0)
> - {
> - limit = atoi(child->first_cdata.first->text);
> - }
> + limit = atoi(child->first_cdata.first->text);

Any particular reason to not fix this one?

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 14 15:19:28 2005

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.