Doug Kaufman's set of patches to make curl build fine on DJGPP again using

configure.
This commit is contained in:
Daniel Stenberg 2005-11-24 10:22:46 +00:00
parent b41765f441
commit 74e5beab9d
6 changed files with 28 additions and 4 deletions

View file

@ -214,7 +214,7 @@ CURLcode Curl_readrewind(struct connectdata *conn)
if(data->set.ioctl) {
curlioerr err;
err = data->set.ioctl(data, CURLIOCMD_RESTARTREAD,
err = (data->set.ioctl) (data, CURLIOCMD_RESTARTREAD,
data->set.ioctl_client);
infof(data, "the ioctl callback returned %d\n", (int)err);