]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* strftime.c (my_strftime): If the underlying strftime returns 0
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:33:16 +0000 (05:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 19 Mar 2005 05:33:16 +0000 (05:33 +0000)
commitbd73d9d8b643b0fd433d2e8b234afacb6b373d80
tree7b8b582ef0c33723103fc93005b3f7bf487a4f68
parent18445fac86ffaf4bf8b41111eee9f8c86f9943c1
* 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