2000-07-12 14:05 UTC-0400 David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user