Mercurial > hg > octave-kai > gnulib-hg
changeset 5715:906acc558e32
* strftime.c (my_strftime): If the underlying strftime returns 0
(which shouldn't happen), generate nothing instead of returning 0
immediately, so that nstrftime (NULL, ...) doesn't return 0.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 19 Mar 2005 05:34:47 +0000 |
parents | f6f2b5cd0813 |
children | 4b111f223955 |
files | lib/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-03-18 Paul Eggert <eggert@cs.ucla.edu> + + * strftime.c (my_strftime): If the underlying strftime returns 0 + (which shouldn't happen), generate nothing instead of returning 0 + immediately, so that nstrftime (NULL, ...) doesn't return 0. + 2005-03-16 Bruno Haible <bruno@clisp.org> * stdint_.h: Use HAVE_LONG_LONG_64BIT instead of HAVE_LONGLONG_64BIT.