From f5f7f4a48770f335dfa0b4e96e9f0bd3bb27a65d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 5 Oct 1999 18:51:45 +0000 Subject: [PATCH] 19991005-20:34 GMT+1 --- harbour/source/rtl/memoline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/rtl/memoline.c b/harbour/source/rtl/memoline.c index 022c21b59b..10e80cff44 100644 --- a/harbour/source/rtl/memoline.c +++ b/harbour/source/rtl/memoline.c @@ -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;