source:
npl/system/netkit-ftp/patches/07-netkit-ftp-0.17-printf.patch
@
7c410f9
Last change on this file since 7c410f9 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 428 bytes |
-
netkit-ftp-0.17/ftp/cmds.c
old new 2223 2223 printf("restart: offset not specified\n"); 2224 2224 else { 2225 2225 restart_point = atol(argv[1]); 2226 printf("restarting at %ld. %s\n", restart_point,2226 printf("restarting at %ld. %s\n", (long)restart_point, 2227 2227 "execute get, put or append to initiate transfer"); 2228 2228 } 2229 2229 }
Note: See TracBrowser
for help on using the repository browser.