2000-08-21 15:18 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user