2005-01-22 19:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2005-01-22 19:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed, which oocured in some rare situations while record updating.
|
||||
|
||||
2004-01-13 09:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* xharbour/source/rtl/mod.c
|
||||
! fixed mod() function to be Clipper/DBASE III compatible
|
||||
|
||||
@@ -1884,6 +1884,7 @@ static void hb_ntxTagKeyAdd( LPTAGINFO pTag, LPKEYINFO pKey )
|
||||
pPage->uiKeys = 1;
|
||||
KEYITEM( pPage, 0 )->rec_no = pKey->Xtra;
|
||||
memcpy( KEYITEM( pPage, 0 )->key, pKey->key,pTag->KeyLength );
|
||||
KEYITEM( pPage, 1 )->page = 0;
|
||||
pPage->Changed = TRUE;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user