From 302fb923c8ac5fb652b01c9a6c284525385962bb Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 18 May 2004 19:54:41 +0000 Subject: [PATCH] See ChangeLog entry 2004-05-18 15:45 UTC-0400 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/cdpapi.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 91f3702932..b83c507a11 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-05-18 15:45 UTC-0400 David G. Holm + * source/rtl/cdpapi.c + ! Corrected the function names reported by to HB_TRACE statements, + as pointed out by Chen Kedem . + 2004-05-18 16:12 UTC+0300 Chen Kedem * doc/en/lang.txt diff --git a/harbour/source/rtl/cdpapi.c b/harbour/source/rtl/cdpapi.c index e74491e43e..544db83f23 100644 --- a/harbour/source/rtl/cdpapi.c +++ b/harbour/source/rtl/cdpapi.c @@ -81,7 +81,7 @@ static int hb_cdpFindPos( char * pszID ) BOOL hb_cdpRegister( PHB_CODEPAGE cdpage ) { - HB_TRACE(HB_TR_DEBUG, ("hb_codepageRegister(%p)", cdpage)); + HB_TRACE(HB_TR_DEBUG, ("hb_cdpRegister(%p)", cdpage)); if( cdpage ) { @@ -243,7 +243,7 @@ PHB_CODEPAGE hb_cdpSelect( PHB_CODEPAGE cdpage ) { PHB_CODEPAGE cdpOld = hb_cdp_page; - HB_TRACE(HB_TR_DEBUG, ("hb_langSelect(%p)", cdpage)); + HB_TRACE(HB_TR_DEBUG, ("hb_cdpSelect(%p)", cdpage)); if( cdpage ) {