source:
npl/system/netkit-ftp/patches/18-netkit-ftp-0.17-size.patch
@
76ea60c
Last change on this file since 76ea60c was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
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 1650 1650 register int i, len; 1651 1651 char buf[BUFSIZ]; /* must be >= sizeof(line) */ 1652 1652 1653 if (strncmp(argv[1],"size",4) == 0) 1654 changetype(TYPE_I, 1); 1653 1655 (void) strcpy(buf, initial); 1654 1656 if (argc > 1) { 1655 1657 len = strlen(buf);
Note: See TracBrowser
for help on using the repository browser.