1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

restore previous addition to the amount of data that is returned

This commit is contained in:
Daniel Stenberg 2007-01-16 21:28:45 +00:00
parent 32fe5b14ec
commit 1886388791

View File

@ -550,7 +550,7 @@ int Curl_read(struct connectdata *conn, /* connection data */
conn->read_pos = nread;
}
*n = nread;
*n += nread;
}
return CURLE_OK;