From 3ba0fe6d535fa08eb793352203854bef73aa5f11 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 28 Dec 2012 13:02:10 +0000 Subject: [PATCH] 2012-12-28 14:01 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/teditor.prg ! fix to fix to fix. I'd appreciate if someone else would continue the work on Harbour. --- harbour/ChangeLog.txt | 5 +++++ harbour/src/rtl/teditor.prg | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index 9f22899e9c..dd6ab28d89 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,11 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-12-28 14:01 UTC+0100 Viktor Szakats (harbour syenar.net) + * src/rtl/teditor.prg + ! fix to fix to fix. I'd appreciate if someone else + would continue the work on Harbour. + 2012-12-28 13:59 UTC+0100 Viktor Szakats (harbour syenar.net) * src/rtl/teditor.prg ! fix to fix (code was copied in from 3.0.0) diff --git a/harbour/src/rtl/teditor.prg b/harbour/src/rtl/teditor.prg index a3f8581317..779f6305f5 100644 --- a/harbour/src/rtl/teditor.prg +++ b/harbour/src/rtl/teditor.prg @@ -1013,10 +1013,10 @@ METHOD New( cString, nTop, nLeft, nBottom, nRight, lEditMode, nLineLength, nTabS hb_default( @nWndRow , 0 ) hb_default( @nWndCol , 0 ) - IF ! HB_ISNUMBER( nLineLength ) + IF ! HB_ISNUMERIC( nLineLength ) nLineLength := NIL ENDIF - IF ! HB_ISNUMBER( nTabSize ) + IF ! HB_ISNUMERIC( nTabSize ) nTabSize := NIL ENDIF