joe@tigris.org writes:
>   * questions.c: Fix compile warning by picking up apr_psprintf
>   prototype.
Ah!  Doh, that answers my question.  Thanks, Joe!
-K
>   Revision  Changes    Path
>   1.8       +2 -1      subversion/subversion/libsvn_wc/questions.c
>   
>   Index: questions.c
>   ===================================================================
>   RCS file: /cvs/subversion/subversion/libsvn_wc/questions.c,v
>   retrieving revision 1.7
>   retrieving revision 1.8
>   diff -u -r1.7 -r1.8
>   --- questions.c	2000/09/13 03:46:27	1.7
>   +++ questions.c	2000/09/13 19:44:51	1.8
>   @@ -52,6 +52,7 @@
>    #include <apr_pools.h>
>    #include <apr_file_io.h>
>    #include <apr_time.h>
>   +#include <apr_strings.h>
>    #include "svn_types.h"
>    #include "svn_string.h"
>    #include "svn_error.h"
>   @@ -217,7 +218,7 @@
>            apr_psprintf
>            (pool,
>             "svn_wc__file_modified_p:  failed to open text-base copy of `%s'",
>   -         filename->data);  /* kff: whoa, why the warning here? */
>   +         filename->data);
>          return svn_quick_wrap_error (err, msg);
>        }
>                         
>   
>   
>
Received on Sat Oct 21 14:36:08 2006