2009-09-16 15:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/gtos2/gtos2.c
    ! Fixed warning on os2/gcc.
This commit is contained in:
Viktor Szakats
2009-09-16 13:19:24 +00:00
parent 7da98f3fe1
commit 17b478b107
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;