2013-06-07 11:38 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/itemseri.c
    ! force resorting deserialized hash arrays

  * src/rtl/tgetlist.prg
    ! applied fix reported by Tony: typo in INS msg
This commit is contained in:
Przemysław Czerpak
2013-06-07 11:38:35 +02:00
parent 6d02d64878
commit 9b656834bc
3 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,13 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-06-07 11:38 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/itemseri.c
! force resorting deserialized hash arrays
* src/rtl/tgetlist.prg
! applied fix reported by Tony: typo in INS msg
2013-06-06 14:03 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/vm/hashes.c
! added missing size update after hash array resorting

View File

@@ -894,7 +894,7 @@ static HB_SIZE hb_deserializeHash( PHB_ITEM pItem,
#else
PHB_ITEM pKey, pVal;
hb_hashSetFlags( pItem, HB_HASH_BINARY /* | HB_HASH_RESORT */ );
hb_hashSetFlags( pItem, HB_HASH_BINARY | HB_HASH_RESORT );
hb_hashPreallocate( pItem, nLen );
while( nLen-- )
{

View File

@@ -807,7 +807,7 @@ METHOD ShowScoreboard() CLASS HBGetList
hb_DispOutAt( SCORE_ROW, SCORE_COL, iif( Set( _SET_INSERT ), ;
__natMsg( _GET_INSERT_ON ), ;
iif( Len( __natMsg( _GET_INSERT_OFF ) ) == Len( __natMsg( _GET_INSERT_ON ) ), ;
__natMsg( _GET_INSERT_ON ), ;
__natMsg( _GET_INSERT_OFF ), ;
Space( Len( __natMsg( _GET_INSERT_ON ) ) ) ) ) )
ENDIF