Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/libbb/login.c


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/libbb/login.c

    r2725 r3621  
    1717
    1818static const char fmtstr_d[] ALIGN1 = "%A, %d %B %Y";
    19 static const char fmtstr_t[] ALIGN1 = "%H:%M:%S";
    2019
    2120void FAST_FUNC print_login_issue(const char *issue_file, const char *tty)
     
    7473                break;
    7574            case 't':
    76                 strftime(buf, sizeof(buf), fmtstr_t, localtime(&t));
     75                strftime_HHMMSS(buf, sizeof(buf), &t);
    7776                break;
    7877            case 'l':
Note: See TracChangeset for help on using the changeset viewer.