2002-04-30 14:02 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-04-30 09:58:11 +00:00
parent bb8f397db3
commit 7d2a1cc757
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
! fixed infinite loop
2002-05-01 11:12 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
* source/rdd/dbfcdx/dbfcdx2.h
! fixed gpf reported by Lorenzo Fiorini
+ added helper function hb_cdxGoEof

View File

@@ -2563,6 +2563,7 @@ HB_FUNC( ORDLISTADD )
*/
pOrderInfo.atomBagName = NULL;
pOrderInfo.itmResult = hb_itemPutNI( NULL, 0 );
pOrderInfo.itmOrder = NULL;
SELF_ORDINFO( ( AREAP ) s_pCurrArea->pArea, DBOI_ORDERCOUNT, &pOrderInfo );
bFirst = ( pOrderInfo.itmResult->type & HB_IT_NUMERIC ) &&
hb_itemGetNI( pOrderInfo.itmResult ) == 0;