Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/mailutils/mail.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/mailutils/mail.c

    r3232 r3621  
    155155        bb_uuencode(dst_buf, src_buf, size, bb_uuenc_tbl_base64);
    156156        if (fname) {
    157             printf("%s\n", eol);
     157            puts(eol);
    158158        } else {
    159159            src_buf += size;
Note: See TracChangeset for help on using the changeset viewer.