From e4d87dd57336d27566c5e433b291dd4a09297dbe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 29 Jun 2005 10:43:19 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e363bd9e91..97d9f38ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,9 @@ 2005-06-28 Jim Meyering * src/pr.c (main, store_char): Use x2realloc on 1-byte base types, - not x2nrealloc. + not x2nrealloc. The former is a little more concise and readable. + N.B. this sort of transformation is ok only when the base type is + unlikely ever to change to a multibyte type. * src/du.c (show_date): Likewise. * src/date.c (show_date): Likewise. * src/od.c (dump_strings): Likewise. -- 2.47.3