aboutsummaryrefslogtreecommitdiff
path: root/lib/file.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-23 18:51:22 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-23 18:51:22 +0000
commit5ecd56d9646c2adcc70c0369fb6196f62ecc62f4 (patch)
treea1dc6e5dac022fd7f09217815aa10c2afd0972ae /lib/file.c
parentcc44fb1dc8b974d62638c50fb66c31ffa0554a18 (diff)
Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed
some few internal identifiers to avoid conflicts, which could be useful on other platforms.
Diffstat (limited to 'lib/file.c')
-rw-r--r--lib/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/file.c b/lib/file.c
index 4cab1f1b9..8562cc21b 100644
--- a/lib/file.c
+++ b/lib/file.c
@@ -205,7 +205,7 @@ static CURLcode file_upload(struct connectdata *conn)
* Since FILE: doesn't do the full init, we need to provide some extra
* assignments here.
*/
- conn->fread = data->set.fread;
+ conn->fread_func = data->set.fread_func;
conn->fread_in = data->set.in;
conn->data->reqdata.upload_fromhere = buf;