summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-08-13 21:21:13 +0000
committerpeter <peter@FreeBSD.org>2001-08-13 21:21:13 +0000
commit6696e00e0f7ceaf730d55501d99f5db0f23f8741 (patch)
tree298a7ce477ef72c740c4b7ad29cb1ed94e955d75 /contrib/cvs/src
parent1a5b422654db1c2fd985e63d5660a98ffa6f30f7 (diff)
downloadFreeBSD-src-6696e00e0f7ceaf730d55501d99f5db0f23f8741.zip
FreeBSD-src-6696e00e0f7ceaf730d55501d99f5db0f23f8741.tar.gz
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.
Diffstat (limited to 'contrib/cvs/src')
-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 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 */
OpenPOWER on IntegriCloud