[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 2338 - trunk/subversion/mod_dav_svn

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-26 19:45:50 CEST

Thank you. This was totally my mistake. I grovel in the dust, begging
forgiveness.

cmpilato@tigris.org wrote:

>Author: cmpilato
>Date: Wed, 26 Jun 2002 05:56:02 -0500
>New Revision: 2338
>
>Modified:
> trunk/subversion/mod_dav_svn/repos.c
>Log:
>* subversion/mod_dav_svn/repos.c
> (dav_svn_deliver): Fix "warning: too few arguments for format".
>
>
>Modified: trunk/subversion/mod_dav_svn/repos.c
>==============================================================================
>--- trunk/subversion/mod_dav_svn/repos.c (original)
>+++ trunk/subversion/mod_dav_svn/repos.c Wed Jun 26 05:56:06 2002
>@@ -1605,7 +1605,7 @@
>
> if (gen_html)
> ap_fprintf(output, bb,
>- " <li><a href=\"%s%s\">%s%s</a></li>\n",
>+ " <li><a href=\"%s\">%s</a></li>\n",
> href, href);
> else
> {
>

-- 
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 Jun 26 19:46:49 2002

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.