19990923-03:30 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-23 01:41:22 +00:00
parent 8917030a11
commit 1d3903cdbe
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
19990923-03:30 GMT+1 Victor Szel <info@szelvesz.hu>
* 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 <info@szelvesz.hu>
* source/compiler/genc.c

View File

@@ -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$

View File

@@ -1,4 +1,4 @@
/*
/*
* $Id$
*/