aboutsummaryrefslogtreecommitdiff
path: root/contrib/cvs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-08-13 21:21:13 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-08-13 21:21:13 +0000
commit9c347fa6263ae87ab59c560c9a8c6b362001000e (patch)
tree298a7ce477ef72c740c4b7ad29cb1ed94e955d75 /contrib/cvs
parentc6fa3dde6211c0bae0eda049cb55460926022ecd (diff)
downloadsrc-9c347fa6263ae87ab59c560c9a8c6b362001000e.tar.gz
src-9c347fa6263ae87ab59c560c9a8c6b362001000e.zip
Revert part of the 1.11->1.11.1p1 change. Put the blank line back in
the beginning of constructed log messages being passed to $EDITOR. This is where folks start typing.
Notes
Notes: svn path=/head/; revision=81598
Diffstat (limited to 'contrib/cvs')
-rw-r--r--contrib/cvs/src/logmsg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cvs/src/logmsg.c b/contrib/cvs/src/logmsg.c
index 54b3b4d52a53..917915cf93bb 100644
--- a/contrib/cvs/src/logmsg.c
+++ b/contrib/cvs/src/logmsg.c
@@ -209,6 +209,8 @@ do_editor (dir, messagep, repository, changes)
(*messagep)[strlen (*messagep) - 1] != '\n')
(void) fprintf (fp, "\n");
}
+ else
+ (void) fprintf (fp, "\n");
if (repository != NULL)
/* tack templates on if necessary */