[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 2563 - trunk/subversion/libsvn_ra_dav

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-17 19:09:39 CEST

philip@tigris.org writes:
> * subversion/libsvn_ra_dav/merge.c (bump_resource): Correct printf format.

Thank you, Philip!

> Modified: trunk/subversion/libsvn_ra_dav/merge.c
> ==============================================================================
> --- trunk/subversion/libsvn_ra_dav/merge.c (original)
> +++ trunk/subversion/libsvn_ra_dav/merge.c Wed Jul 17 06:24:23 2002
> @@ -216,7 +216,7 @@
> enough room. Let's see how svn_error_createf handles it :-). */
> return svn_error_createf
> (SVN_ERR_BAD_REVISION, 0, NULL, mc->pool,
> - "bump_resource: unable to format revision " SVN_REVNUM_T_FMT,
> + "bump_resource: unable to format revision %" SVN_REVNUM_T_FMT,
> mc->rev);
> }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 19:21:31 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.