1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Fix typo.

This commit is contained in:
David E. O'Brien 1997-03-30 10:32:26 +00:00
parent 5ac0429f1d
commit 22565b1e72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24410

View File

@ -1050,7 +1050,7 @@ long_format (file_hdr, link_name)
/* Get time values ready to print. */
when = file_hdr->c_mtime;
#if HAVE_STRFTIME
#ifdef HAVE_STRFTIME
strftime(tbuf, sizeof(tbuf), "%c", localtime(&when));
#else
strcpy (tbuf, ctime (&when));