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

Re: [PATCH] Follow-up to r11862

From: <kfogel_at_collab.net>
Date: 2004-11-15 17:33:51 CET

Kobayashi Noritada <nori1@dolphin.c.u-tokyo.ac.jp> writes:
> When merging my change at r11862 locally, I found a mistake.
> A '\n' was necessary in the replacement of puts to svn_cmdline_fputs.
> I had to be more careful.
> Sorry...
>
> This is a patch.

+1 to commit (I'm assuming it passes 'make check'). Thanks for the
quick fix.

-Karl

> Log:
> Insert a '\n' into the tail of a message. This is a follow-up to r11862,
> in which puts is replaced by svn_cmdline_fputs.
>
>
> Index: subversion/svnserve/main.c
> ===================================================================
> --- subversion/svnserve/main.c (revision 11893)
> +++ subversion/svnserve/main.c (working copy)
> @@ -136,7 +136,7 @@
>
> svn_error_clear (svn_cmdline_fputs("Usage: svnserve [options]\n"
> "\n"
> - "Valid options:",
> + "Valid options:\n",
> stdout, pool));
> for (i = 0; svnserve__options[i].name && svnserve__options[i].optch; i++)
> {
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 15 19:30:50 2004

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.