Updating ADS RDD file

This commit is contained in:
Alexander S.Kresin
2000-03-13 09:51:11 +00:00
parent c54881d04d
commit 6a141ea898
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
20000313-12:42 GMT+3 Alexander Kresin
* contrib/rdd_ads/ads1.c
* Little bug fixed in adsAppend()
2000-03-12 21:50 GMT-5 David G. Holm <dholm@ sd-llc.com>
* source/compiler/harbour.y
! Added missing ( char * ) override for C++ on line 1549.

View File

@@ -339,6 +339,7 @@ static ERRCODE adsAppend( ADSAREAP pArea, BOOL bUnLockAll )
HB_TRACE(HB_TR_DEBUG, ("adsAppend(%p, %d)", pArea, (int) bUnLockAll));
AdsAppendRecord ( pArea->hTable );
hb_adsCheckBofEof( pArea );
return SUCCESS;
}