]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 Oct 2006 16:04:44 +0000 (16:04 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 14 Oct 2006 16:04:44 +0000 (16:04 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3903 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 0dc375718970feeaa84629f0115ce29378df8211..91a266abe0cba4ab87af596ecc96673c43b68f6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ CVS code -
   input_tab()
        - Since the field precision operator used in the sprintf() uses
          ints and not size_t's, replace it with two strncpy()s, which
-         use size_t's. (DLR)
+         use size_t's, and a null termination. (DLR)
 - help.c:
   parse_help_input()
        - Add 'E' and 'e' as aliases for Exit, for consistency with the