See ChangeLog entry 2002-09-18 16:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-09-18 16:00 UTC-0400 David G. Holm <dholm@jsd-llc.com>
|
||||
* source/rdd/dbfcdx/dbfcdx1.c
|
||||
! Replaced non-existent _SORTSWAPPAGE used in hb_xgrab() type
|
||||
override with the existing, and correct, LPSORTSWAPPAGE.
|
||||
|
||||
2002-09-17 21:55 UTC-01 jf lefebvre (mafact) <jfl@mafact.com>
|
||||
* source/rdd/dbfcdx\dbfcdx1.c
|
||||
! Added needed typecasting for M$soft C
|
||||
|
||||
@@ -3306,7 +3306,7 @@ static int hb_cdxSortSwapBuildIndex( LPSORTINFO pSort )
|
||||
USHORT nKeyLen;
|
||||
BOOL lCont;
|
||||
|
||||
pSort->pSwapPage = (_SORTSWAPPAGE *) hb_xgrab( pSort->nSwapPages * sizeof( SORTSWAPPAGE ) );
|
||||
pSort->pSwapPage = (LPSORTSWAPPAGE *) hb_xgrab( pSort->nSwapPages * sizeof( SORTSWAPPAGE ) );
|
||||
if ( !pSort->pSwapPage )
|
||||
hb_errInternal( HB_EI_ERRUNRECOV, "hb_cdxTagDoIndex: Not enough memory for index merging", "hb_cdxTagDoIndex", NULL );
|
||||
|
||||
@@ -6628,4 +6628,3 @@ ERRCODE hb_cdxWriteDBHeader( CDXAREAP pArea )
|
||||
// ( DBENTRYP_SVP ) hb_cdxWhoCares : NULL
|
||||
|
||||
/* end of cdxrdd.c */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user