From be2f9a5bd5e1b892fcbe5e7ff8b700a2d2d5b20c Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Wed, 8 Mar 2000 13:47:33 +0000 Subject: [PATCH] ChangeLog 20000308-15:05 GMT+1 --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/gt/gtstd.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dc4f768c30..67472f8f1d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000308-15:05 GMT+1 Ryszard Glab + + *source/rtl/gt/gtstd.c + *replaced s_szCrLf with hb_consoleGetNewLine() + 20000308-00:40 GMT+1 Victor Szakats * samples/Makefile samples/cccppc/* (scheduled for removal, since it's huge) diff --git a/harbour/source/rtl/gt/gtstd.c b/harbour/source/rtl/gt/gtstd.c index 6817fe04cc..e78bfb3d95 100644 --- a/harbour/source/rtl/gt/gtstd.c +++ b/harbour/source/rtl/gt/gtstd.c @@ -195,7 +195,7 @@ void hb_gt_Scroll( USHORT uiTop, USHORT uiLeft, USHORT uiBottom, USHORT uiRight, iCols == 0 ) { for( ; uiBottom; uiBottom-- ) - fputs( s_szCrLf, stdout ); + fputs( hb_consoleGetNewLine(), stdout ); fflush( stdout );