From 2ea432aed16e7e63d955f5d4f4c729309a5ce2f2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 1 Dec 2009 02:00:44 +0000 Subject: [PATCH] 2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Ops forgot to switch macro to Chr( 10 ) from hb_osNewLine(). --- harbour/ChangeLog | 4 ++++ harbour/utils/hbmk2/hbmk2.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7a8a181522..5b7dc75936 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + ! Ops forgot to switch macro to Chr( 10 ) from hb_osNewLine(). + 2009-12-01 02:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Setting std and err output handles to text mode as an attempt diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 7fd0426bb2..c67b6156f5 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -232,7 +232,7 @@ REQUEST hbmk_KEYW #define LEFTEQUAL( l, r ) ( l = r ) /* NOTE: This requires Set( _SET_EXACT, .F. ) */ -#define _OUT_EOL hb_osNewLine() +#define _OUT_EOL Chr( 10 ) #define _HBMK_lQuiet 1 #define _HBMK_lInfo 2