Skip to content

Commit

Permalink
2024-02-10 11:27 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
Browse files Browse the repository at this point in the history
  * contrib/hbcurl/core.c
    ! fixed bad copy & past typo
  • Loading branch information
druzus committed Feb 10, 2024
1 parent 7eec5d2 commit 4554847
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/hbcurl/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 4554847

Please sign in to comment.