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/util-linux/fdformat.c

    r3232 r3621  
    7373    xioctl(fd, FDGETPRM, &param);
    7474
    75     printf("%s-sided, %d tracks, %d sec/track. Total capacity %d kB\n",
     75    printf("%s-sided, %u tracks, %u sec/track. Total capacity %d kB\n",
    7676        (param.head == 2) ? "Double" : "Single",
    7777        param.track, param.sect, param.size >> 1);
     
    9494
    9595    xioctl(fd, FDFMTEND, NULL);
    96     printf("done\n");
     96    puts("Done");
    9797
    9898    /* VERIFY */
     
    127127        if (ENABLE_FEATURE_CLEAN_UP) free(data);
    128128
    129         printf("done\n");
     129        puts("Done");
    130130    }
    131131
Note: See TracChangeset for help on using the changeset viewer.