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