From 17b478b107a2c87dcd2ffbf846b535b20b13ddf1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 16 Sep 2009 13:19:24 +0000 Subject: [PATCH] 2009-09-16 15:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/gtos2/gtos2.c ! Fixed warning on os2/gcc. --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/gtos2/gtos2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;