From 237d20b0a4ac4f6a6f341962875c677a29b3cc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Mon, 13 May 2013 13:24:39 +0200 Subject: [PATCH] 2013-05-13 13:24 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbct/ctwin.c ! fixed typo in recent commit --- ChangeLog.txt | 4 ++++ contrib/hbct/ctwin.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 75b5f749d3..5d49e2e9f6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/contrib/hbct/ctwin.c b/contrib/hbct/ctwin.c index 7bbf57ca75..fc0f481054 100644 --- a/contrib/hbct/ctwin.c +++ b/contrib/hbct/ctwin.c @@ -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;