diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5c12f0567b..eaa34e44a5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,9 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ + doc\es\pcode.txt + + doc\es\pragma.txt + + doc\es\statics.txt + + doc\es\tracing.txt + doc\es\vm.txt + doc\es\howtobsd.txt + doc\es\harbext.txt diff --git a/harbour/source/rdd/dbfntx/dbfntx1.c b/harbour/source/rdd/dbfntx/dbfntx1.c index 676fddb060..5f9d1ffe6a 100644 --- a/harbour/source/rdd/dbfntx/dbfntx1.c +++ b/harbour/source/rdd/dbfntx/dbfntx1.c @@ -2062,6 +2062,8 @@ static LPNTXINDEX ntxFindIndex( NTXAREAP pArea , PHB_ITEM lpOrder ) LPNTXINDEX start, current; start = pArea->lpNtxIndex; + if( !start ) + return NULL; current = start; if( !lpOrder )