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