[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: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-08 19:42:45 CEST

Philip Martin wrote:

>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
>
>
Urgh, Stupid, stupid MSVC. Fixed in r14631. I hope.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 8 19:45:57 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.