*** empty log message ***

This commit is contained in:
Paul Tucker
1999-08-18 20:42:05 +00:00
parent edc36dc4bd
commit 6e1929e287

View File

@@ -829,7 +829,7 @@ int hb_gtScroll(USHORT uiTop, USHORT uiLeft, USHORT uiBottom, USHORT uiRight, SH
{
char * fpBlank = (char *)hb_xgrab (iLength);
char * fpBuff = (char *)hb_xgrab (iLength * 2);
* if (fpBlank && fpBuff)
if (fpBlank && fpBuff)
{
char attr = _Color[s_uiColorIndex] & 0xff;