19991005-20:34 GMT+1
This commit is contained in:
@@ -50,10 +50,10 @@ HARBOUR HB_MEMOLINE( void )
|
||||
ULONG ulLineBegin;
|
||||
ULONG ulLineEnd;
|
||||
|
||||
if ( uiLineLength < 4 || uiLineLength > 254 )
|
||||
if( uiLineLength < 4 || uiLineLength > 254 )
|
||||
uiLineLength = 79;
|
||||
|
||||
if ( uiTabLength > uiLineLength )
|
||||
if( uiTabLength > uiLineLength )
|
||||
uiTabLength = uiLineLength - 1;
|
||||
|
||||
ulLineBegin = ulPos;
|
||||
|
||||
Reference in New Issue
Block a user