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

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order.
See license at the end of file. */
2025-12-10 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/cdpapi.c
! added missing variable initialization
2025-12-10 17:00 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbssl/d2i.c
* use HB_SSL_CONST instead of explicit const for some ancient (<0.9.8)

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;