Page MenuHomeFreeBSD

D59774.id186993.diff
No OneTemporary

D59774.id186993.diff

diff --git a/bin/ls/print.c b/bin/ls/print.c
--- a/bin/ls/print.c
+++ b/bin/ls/print.c
@@ -436,8 +436,8 @@
static void
ls_strftime(char *str, size_t len, const char *fmt, const struct tm *tm)
{
- char *posb, nfmt[BUFSIZ];
- const char *format = fmt;
+ char nfmt[BUFSIZ];
+ const char *posb, *format = fmt;
if ((posb = strstr(fmt, "%b")) != NULL) {
if (month_max_size == 0) {

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 19, 10:32 PM (5 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39172020
Default Alt Text
D59774.id186993.diff (386 B)

Event Timeline