too late hacking error

This commit is contained in:
Daniel Stenberg 2005-04-05 21:14:59 +00:00
parent 6a6c0e7a73
commit 758d9fe852
1 changed files with 1 additions and 1 deletions

View File

@ -2821,7 +2821,7 @@ CURLcode Curl_ftp_done(struct connectdata *conn, CURLcode status)
if((-1 != data->set.infilesize) &&
(data->set.infilesize != *ftp->bytecountp) &&
!data->set.crlf &&
!ftp->no_transfer)) {
!ftp->no_transfer) {
failf(data, "Uploaded unaligned file size (%" FORMAT_OFF_T
" out of %" FORMAT_OFF_T " bytes)",
*ftp->bytecountp, data->set.infilesize);