mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
parent
031c367531
commit
a69a4d222d
@ -2419,8 +2419,8 @@ static CURLcode ftp_state_get_resp(struct connectdata *conn,
|
||||
char *bytes;
|
||||
char *buf = data->state.buffer;
|
||||
bytes = strstr(buf, " bytes");
|
||||
if(bytes--) {
|
||||
long in = (long)(bytes-buf);
|
||||
if(bytes) {
|
||||
long in = (long)(--bytes-buf);
|
||||
/* this is a hint there is size information in there! ;-) */
|
||||
while(--in) {
|
||||
/* scan for the left parenthesis and break there */
|
||||
|
Loading…
Reference in New Issue
Block a user