| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Today's minor patch
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 30 Nov 2005 14:12:37 +0100 (CET)
On Wed, 30 Nov 2005, Yang Tse wrote:
> This minor patch is for the experimental ftp-method code. As my other
Thanks!
> + data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, curl_ftpfile);
I modified this to:
data->set.ftp_filemethod = (curl_ftpfile)va_arg(param, long);
... since that is how other options are extracted and I want to be absolutely
> + FTPFILE_INT_MAX = INT_MAX /* Force underlying type of
... then I didn't need this.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-11-30 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info