source: npl/system/netkit-ftp/patches/23-netkit-ftp-0.17-case.patch @ 26ffad7

Last change on this file since 26ffad7 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: 416 bytes
  • netkit-ftp-0.17/ftp/cmds.c

    diff -up netkit-ftp-0.17/ftp/cmds.c.case netkit-ftp-0.17/ftp/cmds.c
    old new mget(int argc, char **argv) 
    831831                                                tp++;
    832832                                                tp2++;
    833833                                        }
     834                                        tp = tmpbuf;
     835                                }
     836                                else {
     837                                        tp = cp;
    834838                                }
    835                                 tp = tmpbuf;
    836839                        }
    837840                        if (ntflag) {
    838841                                tp = dotrans(tp);
Note: See TracBrowser for help on using the repository browser.