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

[PATCH] Follow-up to r11862

From: Kobayashi Noritada <nori1_at_dolphin.c.u-tokyo.ac.jp>
Date: 2004-11-14 13:14:07 CET

Hi,

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.

-- 
|:  Noritada KOBAYASHI
|:  Dept. of General Systems Studies,
|:  Graduate School of Arts and Sciences, Univ. of Tokyo
|:  E-mail: nori1@dolphin.c.u-tokyo.ac.jp (preferable)
|:          nori@esa.c.u-tokyo.ac.jp
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
Received on Sun Nov 14 13:14:32 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.