19990924-11:33 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-24 09:45:07 +00:00
parent 787d4516a4
commit 3aa3bf0030
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
19990924-11:33 GMT+1 Victor Szel <info@szelvesz.hu>
* source/rtl/classes.c
! hb_clsDictRealloc() one cast added.
19990924-10:05 GMT+3 Alexander Kresin
* source/hbpp/hbpp.c
* Fixed bug, noted by Matteo Baccan

View File

@@ -142,7 +142,7 @@ static void hb_clsDictRealloc( PCLASS pClass )
for( ui = 0; ui < ( pClass->uiHashKey * BUCKET ); ui++ )
{
PHB_DYNS pMessage = pClass->pMethods[ ui ].pMessage;
PHB_DYNS pMessage = ( PHB_DYNS ) pClass->pMethods[ ui ].pMessage;
if( pMessage )
{