From 455484766f3d699929ef6235688a2d0cdbce2566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Sat, 10 Feb 2024 11:27:58 +0100 Subject: [PATCH] 2024-02-10 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c ! fixed bad copy & past typo --- ChangeLog.txt | 4 ++++ contrib/hbcurl/core.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b913cb36f5..416e9a8883 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2024-02-10 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/hbcurl/core.c + ! fixed bad copy & past typo + 2024-02-09 20:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c * contrib/hbcurl/hbcurl.ch diff --git a/contrib/hbcurl/core.c b/contrib/hbcurl/core.c index 7478610f42..db09635a10 100644 --- a/contrib/hbcurl/core.c +++ b/contrib/hbcurl/core.c @@ -1204,7 +1204,7 @@ HB_FUNC( CURL_EASY_SETOPT ) if( hb_curl->mime || nLen > 0 ) { if( ! hb_curl->mime ) - hb_curl->mime = curl_easy_init(); + hb_curl->mime = curl_mime_init( hb_curl->curl ); for( nPos = 1; nPos <= nLen; ++nPos ) {