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

Re: svn commit: rev 3014 - trunk/subversion/libsvn_subr

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-22 20:43:06 CEST

Philip Martin <philip@codematters.co.uk> writes:
> > + apr_err = apr_file_close (format_file);
> > + if (apr_err)
> > + return svn_error_createf (apr_err, 0, 0, pool,
> > + "closing `%s'", format_file);
>
> ../svn/subversion/libsvn_subr/io.c: In function `svn_io_read_version_file':
> ../svn/subversion/libsvn_subr/io.c:1901: warning: char format, apr_file_t arg (arg 6)

Bizarre -- why didn't I get that error?? It not only built, it fixed
the bug I was seeing. Sigh. Taking a look, thanks!

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 21:01:47 2002

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.