diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 05:34:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 05:34:47 +0000 |
commit | fa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360 (patch) | |
tree | c62f9dbc73133f5f8def9cbff69595b0355348f0 /lib | |
parent | 077c39d9c71c304f77aee30c1982cb7c401e3065 (diff) | |
download | gnulib-fa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360.tar.gz |
* 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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 5b2626b51e..a619c80378 100644 --- 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. |