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

Re: CVS update: subversion/subversion/libsvn_wc questions.c

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-09-14 14:34:52 CEST

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

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.