From 1d3903cdbe545534be949ca896bf8afc21798aa7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 23 Sep 1999 01:41:22 +0000 Subject: [PATCH] 19990923-03:30 GMT+1 --- harbour/ChangeLog | 7 +++++++ harbour/source/rtl/console.c | 2 +- harbour/source/rtl/gt/gtwin.c | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f8e5c13cc7..abd78a1671 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +19990923-03:30 GMT+1 Victor Szel + + * source/rtl/gt/gtwin.c + ! Tab removed from the top of the file. + * source/rtl/console.c + ! Small fix in the function header of HB_OSNewLine(). + 19990923-00:30 GMT+1 Victor Szel * source/compiler/genc.c diff --git a/harbour/source/rtl/console.c b/harbour/source/rtl/console.c index d03bab6c2c..b4280593ee 100644 --- a/harbour/source/rtl/console.c +++ b/harbour/source/rtl/console.c @@ -201,7 +201,7 @@ char * hb_consoleGetNewLine( void ) * ... * $TESTS$ * valtype( HB_OSNewLine() ) == "C" - * LEN( HB_OSNewLine( { "ANOTHERDOS" }, { "" } ) ) == 1 + * LEN( HB_OSNewLine() ) == 1 * $STATUS$ * C * $COMPLIANCE$ diff --git a/harbour/source/rtl/gt/gtwin.c b/harbour/source/rtl/gt/gtwin.c index 83ff53e5d6..780d9601a5 100644 --- a/harbour/source/rtl/gt/gtwin.c +++ b/harbour/source/rtl/gt/gtwin.c @@ -1,4 +1,4 @@ - /* +/* * $Id$ */