ChangeLogTag:19990727-19:48 GMT+1 Bruno Cantero <bruno@issnet.net>

This commit is contained in:
Bruno Cantero
1999-07-27 17:56:51 +00:00
parent 0226372d6a
commit 419829a7c4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990727-19:48 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbcmd.c
Fixed a GFP (Paul, test it)
19990727-19:18 GMT+1 Bruno Cantero <bruno@issnet.net>
* source/rdd/dbfntx1.c
Fixed a bug

View File

@@ -112,7 +112,7 @@ void hb_rddInitialize( void )
szDefDriver = ( char * ) hb_xgrab( 1 );
szDefDriver[ 0 ] = '\0';
pWorkAreas = ( AREAP ) hb_xgrab( sizeof( AREA ) );
memset(pWorkAreas, 0, sizeof(AREA));
// memset(pWorkAreas, 0, sizeof(AREA));
uiWorkAreas = 1;
}