diff --git a/ChangeLog b/ChangeLog index 0dc37571..91a266ab 100644 --- 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