2003-05-06 12:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2003-05-06 08:39:10 +00:00
parent cf2440c957
commit 56f0f0d96b
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-05-06 12:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* contrib/rdd_ads/ads1.c
! Bug fixed in adsOrderListClear() - the current order is set to 0 now
2003-05-06 10:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* include/hbapicdp.h
* source/rtl/cdpapi.c

View File

@@ -1916,6 +1916,7 @@ static ERRCODE adsOrderListClear( ADSAREAP pArea )
HB_TRACE(HB_TR_DEBUG, ("adsOrderListClear(%p)", pArea));
AdsCloseAllIndexes ( pArea->hTable );
pArea->hOrdCurrent = 0;
return SUCCESS;
}