You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2002/06/26 17:45:50 UTC

Re: svn commit: rev 2338 - trunk/subversion/mod_dav_svn

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   <br...@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