ls: cleanup part 1

This commit is contained in:
Denis Vlasenko
2006-10-28 12:37:16 +00:00
parent 8c35d65c43
commit 5c7596058d
8 changed files with 191 additions and 281 deletions

View 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 {