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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user