2008-02-18 12:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/dbfntx/dbfntx1.c
! fixed very bad typo in my last commit - thanks to Jorge and Enrico
for confirmation
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-02-18 12:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rdd/dbfntx/dbfntx1.c
|
||||
! fixed very bad typo in my last commit - thanks to Jorge and Enrico
|
||||
for confirmation
|
||||
|
||||
2008-02-16 11:28 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbdate.h
|
||||
! fixed limitation which forced to use hbdate.h after hbapi.h
|
||||
|
||||
@@ -1225,8 +1225,8 @@ static LPPAGEINFO hb_ntxPageLoad( LPTAGINFO pTag, ULONG ulPage )
|
||||
{
|
||||
hb_ntxErrorRT( pTag->Owner->Owner, EG_CORRUPTION, EDBF_CORRUPT,
|
||||
pTag->Owner->IndexName, 0, 0 );
|
||||
return NULL;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
pPage = hb_ntxPageFind( pTag, ulPage );
|
||||
if( pPage )
|
||||
|
||||
Reference in New Issue
Block a user