2013-05-13 13:24 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbct/ctwin.c
    ! fixed typo in recent commit
This commit is contained in:
Przemysław Czerpak
2013-05-13 13:24:39 +02:00
parent 1062ed644b
commit 237d20b0a4
2 changed files with 5 additions and 1 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-05-13 13:24 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbct/ctwin.c
! fixed typo in recent commit
2013-05-10 08:28 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/hbgtinfo.ch
+ added HB_GTI_REDRAWMAX

View File

@@ -2374,7 +2374,7 @@ static void hb_ctw_gt_RedrawDiff( PHB_GT pGT )
{
++lIndex;
if( pGT->prevBuffer[ lIndex ].uiValue !=
( uiValue = pGT->screenBuffer[ lIndex ].uiValue ) )
( uiValue = hb_ctw_gt_cellValue( pGT, i, l ) ) )
{
pGT->prevBuffer[ lIndex ].uiValue = uiValue;
r = l;