2002-01-22 10:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-01-22 07:14:50 +00:00
parent 6f6927ac25
commit 5ff9df92d3
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,9 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
+ 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

View File

@@ -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 )