From: Paul Eggert Date: Sat, 19 Mar 2005 05:34:47 +0000 (+0000) Subject: * strftime.c (my_strftime): If the underlying strftime returns 0 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360;p=pspp * 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 index 5b2626b51e..a619c80378 100644 --- 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.