Fixed bug#13627 where we had an incorrect cast.

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@71400 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
manus
2007-12-07 01:15:55 +00:00
parent 9a3e12fe12
commit ea4be7219b

View File

@@ -120,8 +120,8 @@ feature {NONE} -- C externals
"[
{
(FUNCTION_CAST(void, (struct curl_httppost **, struct curl_httppost **, int, char *, int, char *, int)) $a_api)
((struct curl_httppost *)$a_form,
(struct curl_httppost *)$a_last_pointer,
((struct curl_httppost **)$a_form,
(struct curl_httppost **)$a_last_pointer,
(int)$a_arg_1,
(char *)$a_arg_1_value,
(int)$a_arg_2,