19991005-20:34 GMT+1

This commit is contained in:
Viktor Szakats
1999-10-05 18:51:45 +00:00
parent ed7b7e2ed7
commit f5f7f4a487

View File

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