*** empty log message ***

This commit is contained in:
Paul Tucker
1999-07-26 10:03:31 +00:00
parent 517d6f1671
commit 1b5617a76f

View File

@@ -6,7 +6,7 @@
* GTAPI.C: Generic Terminal for Harbour
*
* Latest mods:
* 1.37 19990726 ptucker
* 1.38 19990726 ptucker
* 1.35 19990726 ptucker Much improved box drawing speed
* Modifed some if statments to test for != 0
* 1.34 19990721 ptucker Corrected _Color mask descriptions
@@ -131,7 +131,7 @@ int hb_gtBox (USHORT uiTop, USHORT uiLeft, USHORT uiBottom, USHORT uiRight, char
uiCol = (height > 1 ? uiLeft + 1 : uiLeft);
if( uiCol <= (height > 1 ? uiRight : uiRight -1 ) )
if( uiCol <= uiRight )
{
hb_gtRepChar( uiRow, uiCol, pszBox[1], uiRight - uiLeft + (height > 1 ? -1: 1 ));
if( height > 1 )