# HG changeset patch # User Paul Eggert # Date 1111210487 0 # Node ID 906acc558e322968cce770a83cdc22d5b328d9dd # Parent f6f2b5cd0813683e6041dd4b31381b8266ad6aee * 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. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-03-18 Paul Eggert + + * 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 * stdint_.h: Use HAVE_LONG_LONG_64BIT instead of HAVE_LONGLONG_64BIT.