2000-07-12 21:41 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2000-07-12 17:53:38 +00:00
parent 753c7cc298
commit 13db599ecf
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-07-12 21:41 GMT+3 Alexander Kresin <alex@belacy.belgorod.su>
*contrib/rdd_ads/ads1.c
* Warning fixed, reported by David G. Holm
2000-07-12 12:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* config/c.cf

View File

@@ -904,7 +904,7 @@ static ERRCODE adssetRel( ADSAREAP pArea, LPDBRELINFO lpdbRelations )
HB_TRACE(HB_TR_DEBUG, ("adssetRel(%p, %p)", pArea, lpdbRelations));
SUPER_SETREL( ( AREAP ) pArea, lpdbRelations );
SUPER_SETREL( ( AREAP ) pArea, (LPDBOPENINFO) lpdbRelations );
if( !( hIndex = ( (ADSAREAP)lpdbRelations->lpaChild )->hOrdCurrent ) )
return FAILURE;
if( !lpdbRelations->abKey )