See ChangeLog entry 2004-05-18 15:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2004-05-18 19:54:41 +00:00
parent 4c300a06f7
commit 302fb923c8
2 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2004-05-18 15:45 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rtl/cdpapi.c
! Corrected the function names reported by to HB_TRACE statements,
as pointed out by Chen Kedem <niki@synel.co.il>.
2004-05-18 16:12 UTC+0300 Chen Kedem <niki@actcom.co.il>
* doc/en/lang.txt

View File

@@ -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 )
{