You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2005/05/08 16:07:03 UTC

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

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

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

Posted by Philip Martin <ph...@codematters.co.uk>.
Branko Čibej <br...@xbc.nu> writes:

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

Yes.  I'd have done it myself but the brackets and escaping scared me
off!

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Branko Čibej <br...@xbc.nu>.
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