From bd73d9d8b643b0fd433d2e8b234afacb6b373d80 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Mar 2005 05:33:16 +0000 Subject: [PATCH] * 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. --- lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 1d908a231b..4d2260dab5 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-15 Paul Eggert * strftime.c (my_strftime): Prepend space to format so that we can -- 2.47.3