From 7947544460d81da2f4074d2901a882b889336f3b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 19 Mar 2004 20:47:57 +0000
Subject: [PATCH] fix entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1698 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 60e50c8d..bdd87282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,8 +36,9 @@ CVS code -
 	- Fix memory corruption problem occurring when answer is used as
 	  the value of def; if the realloc() of answer leads to its
 	  pointing to a different memory block, there will be a segfault
-	  when the value of def is copied into it via strcpy(). (bort,
-	  Christian Weisgarber, David Benbennick, and DLR)
+	  when the value of def is copied into it via strcpy().
+	  (bort@alltel.net, Christian Weisgarber, David Benbennick, and
+	  DLR)
 	- Remove the last editbot references, to avoid any potential
 	  segfaults related to them.  Also remove fix_editbot(), as it's
 	  no longer needed. (David Benbennick)
-- 
GitLab