projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6c0e7
)
too late hacking error
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 5 Apr 2005 21:14:59 +0000
(21:14 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 5 Apr 2005 21:14:59 +0000
(21:14 +0000)
lib/ftp.c
patch
|
blob
|
history
diff --git
a/lib/ftp.c
b/lib/ftp.c
index f91d2fd6328fd642ac080f967ab3c46faae30188..f87aae47847ef0c2838bd374fdfcbef0d719bb2a 100644
(file)
--- a/
lib/ftp.c
+++ b/
lib/ftp.c
@@
-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);