From 6696e00e0f7ceaf730d55501d99f5db0f23f8741 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 13 Aug 2001 21:21:13 +0000 Subject: 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. --- contrib/cvs/src/logmsg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/logmsg.c b/contrib/cvs/src/logmsg.c index 54b3b4d..917915c 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 */ -- cgit v1.1