small ipv6 doc changes; nslookup a tiny bit smaller
[oweals/busybox.git] / networking / ftpgetput.c
index 6608e683041a52dd8c751484b4b10f88f841e33d..739a44155ef42e32b62ebd057b8bcb51440696b7 100644 (file)
@@ -149,7 +149,7 @@ int ftp_receive(ftp_host_info_t *server, FILE *control_stream,
        }
 
        if (do_continue) {
-               sprintf(buf, "REST "OFF_FMT, beg_range);
+               sprintf(buf, "REST %"OFF_FMT, beg_range);
                if (ftpcmd(buf, NULL, control_stream, buf) != 350) {
                        do_continue = 0;
                } else {