2002-01-28 13:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-01-28 10:43:46 +00:00
parent 9286354f0f
commit a49ac3740a
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
+ Added DateTime field
* Added more info on Alert message for Unknown type
* Modified ClipValue2SQL() to process empty strings
2002-01-28 20:43 UTC+0100 Patrick Mast <email@patrickmast.com>
* contrib/mysql
+ Added CLEAN to make_b32.bat

View File

@@ -2342,7 +2342,7 @@ static ERRCODE ntxGoBottom( NTXAREAP pArea )
hb_ntxTagKeyRead( pTag, BTTM_RECORD, &lContinue );
SELF_GOTO( ( AREAP ) pArea, pTag->CurKeyInfo->Xtra );
}
return SELF_SKIPFILTER( ( AREAP ) pArea, 1 );
return SELF_SKIPFILTER( ( AREAP ) pArea, -1 );
}
static ERRCODE ntxGoTo( NTXAREAP pArea, ULONG ulRecNo )