diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-28 12:37:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-28 12:37:16 +0000 |
commit | 5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf (patch) | |
tree | 8fa1fa4abeb29eb5ca5829a084a07fae55bc679b /networking/ftpgetput.c | |
parent | 8c35d65c43216bb840326ac7476a180e2ae36fe9 (diff) | |
download | busybox-w32-5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf.tar.gz busybox-w32-5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf.tar.bz2 busybox-w32-5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf.zip |
ls: cleanup part 1
Diffstat (limited to 'networking/ftpgetput.c')
-rw-r--r-- | networking/ftpgetput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index 6608e6830..739a44155 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -149,7 +149,7 @@ int ftp_receive(ftp_host_info_t *server, FILE *control_stream, | |||
149 | } | 149 | } |
150 | 150 | ||
151 | if (do_continue) { | 151 | if (do_continue) { |
152 | sprintf(buf, "REST "OFF_FMT, beg_range); | 152 | sprintf(buf, "REST %"OFF_FMT, beg_range); |
153 | if (ftpcmd(buf, NULL, control_stream, buf) != 350) { | 153 | if (ftpcmd(buf, NULL, control_stream, buf) != 350) { |
154 | do_continue = 0; | 154 | do_continue = 0; |
155 | } else { | 155 | } else { |