2025-12-10 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/cdpapi.c
    ! added missing variable initialization
This commit is contained in:
Przemysław Czerpak
2025-12-10 22:22:55 +01:00
parent 437aabe97f
commit bc326cee07
2 changed files with 5 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ void hb_cdpBuildTransTable( PHB_UNITABLE uniTable )
if( uniTable->uniTrans == NULL )
{
HB_UCHAR * uniTrans;
HB_WCHAR wcMax;
HB_WCHAR wcMax = 0;
HB_BOOL fLatinFallback = HB_TRUE;
int i;