* strftime.c (my_strftime): If the underlying strftime returns 0
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:34:47 +0000 (05:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:34:47 +0000 (05:34 +0000)
commitfa19290ba39f9a7e4f38ddc33c8bbc58f3a7e360
treec62f9dbc73133f5f8def9cbff69595b0355348f0
parent077c39d9c71c304f77aee30c1982cb7c401e3065
* 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