*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-06-14-13:00 GMT +1 Ignacio Ortiz de Zuniga <ignacio@fivetech.com>
|
||||
* memoline.c
|
||||
* fixed reported bug
|
||||
|
||||
2000-06-13-21:20 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
|
||||
*makefile.bc
|
||||
source/rdd/makefile
|
||||
|
||||
@@ -131,7 +131,7 @@ HB_FUNC( MEMOLINE )
|
||||
ulLineEnd = ulPos - 1;
|
||||
}
|
||||
|
||||
if( ulLineNumber == ulLines )
|
||||
if( ulLineNumber == ulLines && ulLineEnd >= ulLineBegin )
|
||||
{
|
||||
ULONG ulSpAdded = 0;
|
||||
char * pszLine = ( char * ) hb_xgrab( ulLineLength );
|
||||
@@ -152,4 +152,3 @@ HB_FUNC( MEMOLINE )
|
||||
else
|
||||
hb_retc( "" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user