commit f6287eaf543a21f10157cbeae476f0ad13f29c86
parent ac8dfca5101e73e5093ff75c16d89f75b2068514
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 6 Apr 2006 21:46:09 +0000
fix changelog entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3357 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -19,7 +19,8 @@ CVS code -
message. (DLR, found by Bill Marcum)
- If we can't save the backup file for some reason, at least
save the original file, if possible, since that's better than
- saving nothing. (DLR, suggested by Jordi)
+ saving nothing. (DLR, problem found by Bill Marcum, solution
+ suggested by Jordi)
- rcfile.c:
parse_argument()
- Rename variable ptr_bak to ptr_save, for consistency. (DLR)