perl-5.22
Last change
on this file since b4abfab 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
|
Rev | Line | |
---|
[c5c522c] | 1 | --- netkit-ftp-0.17/ftp/cmds.c.printf 2005-05-24 22:12:24.000000000 +0200 |
---|
| 2 | +++ netkit-ftp-0.17/ftp/cmds.c 2005-05-24 22:12:37.000000000 +0200 |
---|
| 3 | @@ -2223,7 +2223,7 @@ |
---|
| 4 | printf("restart: offset not specified\n"); |
---|
| 5 | else { |
---|
| 6 | restart_point = atol(argv[1]); |
---|
| 7 | - printf("restarting at %ld. %s\n", restart_point, |
---|
| 8 | + printf("restarting at %ld. %s\n", (long)restart_point, |
---|
| 9 | "execute get, put or append to initiate transfer"); |
---|
| 10 | } |
---|
| 11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.