diff options
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2139,6 +2139,7 @@ print_long_format (const struct fileinfo *f) locale-dependent names for the weekday (%a) and month (%b). */ p += strftime (p, TIMEBUF_SIZE, fmt, localtime (&when)); *p++ = ' '; + *p = '\0'; DIRED_INDENT (); FPUTS (bigbuf, stdout, p - bigbuf); |