source: npl/system/netkit-ftp/patches/07-netkit-ftp-0.17-printf.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: 428 bytes
  • netkit-ftp-0.17/ftp/cmds.c

    old new  
    22232223                printf("restart: offset not specified\n");
    22242224        else {
    22252225                restart_point = atol(argv[1]);
    2226                 printf("restarting at %ld. %s\n", restart_point,
     2226                printf("restarting at %ld. %s\n", (long)restart_point,
    22272227                    "execute get, put or append to initiate transfer");
    22282228        }
    22292229}
Note: See TracBrowser for help on using the repository browser.