diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7cccb2525c..859a8f42a9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-16 15:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * source/rtl/gtos2/gtos2.c + ! Fixed warning on os2/gcc. + 2009-09-16 15:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to not include lib 'm' for beos. diff --git a/harbour/source/rtl/gtos2/gtos2.c b/harbour/source/rtl/gtos2/gtos2.c index 2e7a33e3c1..c7def39d42 100644 --- a/harbour/source/rtl/gtos2/gtos2.c +++ b/harbour/source/rtl/gtos2/gtos2.c @@ -788,7 +788,7 @@ static void hb_gt_os2_Redraw( PHB_GT pGT, int iRow, int iCol, int iSize ) { char * pBufPtr = s_sLineBuf; int iColor; - char bAttr; + BYTE bAttr; USHORT usChar; int iLen = 0;