From 8fc9dd1a4c31de2546fb139afa6bccf15a667ec1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 7 Jun 2008 08:17:13 +0000 Subject: [PATCH] 2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/hbcurl.c % Minor opt. [RC1] * ChangeLog + Marked changes merged with RC1. --- harbour/ChangeLog | 10 +++++++++- harbour/contrib/hbcurl/hbcurl.c | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 513ef1c806..86d37759d5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,13 +8,20 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-07 09:40 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbcurl/hbcurl.c + % Minor opt. [RC1] + + * ChangeLog + + Marked changes merged with RC1. + 2008-06-07 09:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * source/rtl/gtwvt/gtwvt.c ! Fixed cursor width to be synced properly after a font change. ! Fixed cursor SC_NORMAL height to be calculated from the font height, instead of being a static - number. [RC1_TOMERGE] + number. [RC1] * contrib/hbcurl/hbcurl.c + Added RTEs when wrong parameter was passed @@ -23,6 +30,7 @@ CURL_SHARE_STRERROR() CURL_MULTI_STRERROR() CURL_GETDATE() + [RC1] 2008-06-06 23:30 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com * harbour/source/rtl/gtwvt/gtwvt.c diff --git a/harbour/contrib/hbcurl/hbcurl.c b/harbour/contrib/hbcurl/hbcurl.c index 69ef099a89..7b29b97334 100644 --- a/harbour/contrib/hbcurl/hbcurl.c +++ b/harbour/contrib/hbcurl/hbcurl.c @@ -1702,7 +1702,7 @@ HB_FUNC( CURL_MULTI_STRERROR ) HB_FUNC( CURL_GETDATE ) { if( ISCHAR( 1 ) ) - hb_retnint( ( HB_LONG ) curl_getdate( hb_parcx( 1 ), NULL ) ); + hb_retnint( ( HB_LONG ) curl_getdate( hb_parc( 1 ), NULL ) ); else hb_errRT_BASE( EG_ARG, 2010, NULL, "CURL_GETDATE", HB_ERR_ARGS_BASEPARAMS ); }