2000-08-21 15:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2000-08-21 11:20:21 +00:00
parent a38b766d6d
commit 4307f615c8
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-08-21 15:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
*source/rdd/dbcmd.c
* fixed bugs, reported by Juergen Baez
2000-08-17 12:18 UTC+0100 Victor Szakats <info@szelvesz.hu>
* include/hbver.h

View File

@@ -399,6 +399,7 @@ static ERRCODE defclearRel( AREAP pArea )
hb_xfree( lpdbRelPrev );
}
while( lpdbRelations );
pArea->lpdbRelations = NULL;
}
return SUCCESS;
}
@@ -416,7 +417,7 @@ static ERRCODE defsetRel( AREAP pArea, LPDBRELINFO lpdbRelInf )
}
else
{
while( ! lpdbRelations->lpdbriNext )
while( lpdbRelations->lpdbriNext )
lpdbRelations = lpdbRelations->lpdbriNext;
lpdbRelations->lpdbriNext = ( LPDBRELINFO ) hb_xgrab( sizeof( DBRELINFO ) );
lpdbRelations = lpdbRelations->lpdbriNext;