2001-10-24 09:50 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2001-10-24 05:49:58 +00:00
parent 1119b43cec
commit f76edc37fc
2 changed files with 7 additions and 0 deletions

View File

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

View File

@@ -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 );