2007-11-13 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/source/rtl/cdpapi.c
    ! fixed bad typo in my last modification
This commit is contained in:
Przemyslaw Czerpak
2007-11-13 21:22:52 +00:00
parent ebb74977d8
commit 78267f6fb6
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-11-13 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/cdpapi.c
! fixed bad typo in my last modification
2007-11-13 14:38 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/bin/hb-func.sh
* do not include gtwin in harbour.dll for MinGW-CE builds

View File

@@ -383,8 +383,8 @@ HB_EXPORT BOOL hb_cdpRegister( PHB_CODEPAGE cdpage )
cdpage->s_accent[iu] = ia;
cdpage->s_accent[il] = ia + nAddLower;
}
cdpage->s_upper[iu] = *ptrUpper;
cdpage->s_lower[il] = *ptrLower;
cdpage->s_upper[il] = *ptrUpper;
cdpage->s_lower[iu] = *ptrLower;
}
if( cdpage->lLatin )
{