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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-05-08 18:07:03 CEST

brane@tigris.org writes:

> Author: brane
> Date: Sun May 8 03:41:08 2005
> New Revision: 14624

> @@ -2375,11 +2371,11 @@
> else
> {
> const char *const tag = (is_dir ? "dir" : "file");
> -
> +
> /* ### This is where the we could search for props */
>
> ap_fprintf(output, bb,
> - " <%s name=\"%s\" href=\"%s\"></%s>\n",
> + " <%s name=\"%s\" href=\"%s\" />\n",
> tag, name, href, tag);

subversion/mod_dav_svn/repos.c: In function 'dav_svn_deliver':
subversion/mod_dav_svn/repos.c:2379: warning: too many arguments for format

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 18:08:01 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.