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