]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Don't dump core if ctime returns NULL; this is possible on
authorJim Meyering <jim@meyering.net>
Sun, 20 Jun 2004 06:56:52 +0000 (06:56 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Jun 2004 06:56:52 +0000 (06:56 +0000)
commit0171abddcd6b2ccb644772d371bb1a97b87f21b0
tree7e4e543043dd7a0886212bd1c900d233548d556a
parentf2d779e87c20bc37c3e60194c3a5c1f0f3f7c1f4
Don't dump core if ctime returns NULL; this is possible on
hosts with 64-bit time_t and 32-bit int.

Include "inttostr.h".
(time_string): New function, copied from who.c.
(print_entry): Use it.
src/pinky.c