source: npl/system/netkit-ftp/patches/18-netkit-ftp-0.17-size.patch @ a2d969e

perl-5.22
Last change on this file since a2d969e was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 484 bytes
  • netkit-ftp-0.17/ftp/cmds.c

    diff -up netkit-ftp-0.17/ftp/cmds.c.size netkit-ftp-0.17/ftp/cmds.c
    old new quote1(const char *initial, int argc, ch 
    16501650        register int i, len;
    16511651        char buf[BUFSIZ];               /* must be >= sizeof(line) */
    16521652
     1653        if (strncmp(argv[1],"size",4) == 0)
     1654            changetype(TYPE_I, 1);
    16531655        (void) strcpy(buf, initial);
    16541656        if (argc > 1) {
    16551657                len = strlen(buf);
Note: See TracBrowser for help on using the repository browser.