2000-07-12 14:05 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-07-12 18:10:44 +00:00
parent 13db599ecf
commit 826056e8aa
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-07-12 14:05 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rdd/dbcmd.c
! Added missing ( AREAP ) type override on line 3529.
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

View File

@@ -3526,7 +3526,7 @@ HB_FUNC( DBSETRELATION )
return;
}
dbRelations.lpaChild = s_pArea->pArea;
dbRelations.lpaChild = ( AREAP ) s_pArea->pArea;
dbRelations.itmCobExpr = hb_param( 2, HB_IT_BLOCK );
dbRelations.abKey = hb_param( 3, HB_IT_STRING );
dbRelations.lpdbriNext = NULL;