(my_strftime): If the underlying strftime returns 0
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:34:28 +0000 (05:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:34:28 +0000 (05:34 +0000)
commit077c39d9c71c304f77aee30c1982cb7c401e3065
tree53f915d11da17882424be862facbc411bcb24bad
parent040948ed5acbf7ca828012c62e31848bf7ed1e8f
(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/strftime.c