2001-10-24 09:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-10-24 09:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
! source/rdd/dbfntx1.c
|
||||
! bug fixed in ntxZap
|
||||
|
||||
2001-10-23 22:03 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
|
||||
* makefile.vc
|
||||
* add missing $(OBJ_DIR)\hbmutils.c per <rhaley@onebox.com>
|
||||
|
||||
@@ -2382,6 +2382,9 @@ static ERRCODE ntxZap( NTXAREAP pArea )
|
||||
lpIndexTmp = pArea->lpCurIndex;
|
||||
while( lpIndex )
|
||||
{
|
||||
if( lpIndex->CompoundTag->RootPage > 0 )
|
||||
hb_ntxPageFree( lpIndex->CompoundTag->RootPage,TRUE );
|
||||
lpIndex->CompoundTag->RootPage = NULL;
|
||||
lpIndex->CompoundTag->RootBlock = NTXBLOCKSIZE;
|
||||
hb_ntxHeaderSave( lpIndex );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user