2025-09-16 13:16 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbcurl/core.c
! pacified warning
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
Entries may not always be in chronological/commit order.
|
||||
See license at the end of file. */
|
||||
|
||||
2025-09-16 13:16 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbcurl/core.c
|
||||
! pacified warning
|
||||
|
||||
2025-09-10 09:08 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbbmp/core.c
|
||||
! pacified BCC warnings
|
||||
|
||||
@@ -1646,7 +1646,7 @@ HB_FUNC( CURL_EASY_SETOPT )
|
||||
res = curl_easy_setopt( hb_curl->curl, CURLOPT_UPLOAD, HB_CURL_OPT_BOOL( 3 ) );
|
||||
break;
|
||||
case HB_CURLOPT_DOWNLOAD: /* Harbour extension */
|
||||
res = curl_easy_setopt( hb_curl->curl, CURLOPT_UPLOAD, ! HB_CURL_OPT_BOOL( 3 ) );
|
||||
res = curl_easy_setopt( hb_curl->curl, CURLOPT_UPLOAD, ( long ) ( HB_CURL_OPT_BOOL( 3 ) ? 0 : 1 ) );
|
||||
break;
|
||||
#if LIBCURL_VERSION_NUM >= 0x070A08 /* Not documented. GUESS. */
|
||||
case HB_CURLOPT_MAXFILESIZE:
|
||||
|
||||
Reference in New Issue
Block a user