2002-06-27 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2002-06-27 18:25:19 +00:00
parent 6d09d81ca2
commit 7656deb731
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-06-27 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/rdd/workarea.c
! Bug fixed in hb_waSetRel(), reported by Richard Chidiak
2002-06-26 19:20 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/pp/ppcore.c
! Increase the loop limit used to detect cyclic #defines from 20 to 750.

View File

@@ -849,7 +849,7 @@ ERRCODE hb_waSetRel( AREAP pArea, LPDBRELINFO lpdbRelInf )
lpdbRelations->abKey = lpdbRelInf->abKey;
lpdbRelations->lpdbriNext = lpdbRelInf->lpdbriNext;
hb_waChildStart( lpdbRelInf->lpaChild,lpdbRelInf );
SELF_CHILDSTART( ( AREAP ) lpdbRelInf->lpaChild,lpdbRelations );
return SUCCESS;
}