From: Nando D. <na...@us...> - 2004-09-16 11:33:46
|
Update of /cvsroot/instantobjects/Source/Brokers/FlashFiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4822/Brokers/FlashFiler Modified Files: InstantFlashFiler.pas Log Message: Fixed inherited call chain in InternalBuildDatabase Index: InstantFlashFiler.pas =================================================================== RCS file: /cvsroot/instantobjects/Source/Brokers/FlashFiler/InstantFlashFiler.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** InstantFlashFiler.pas 29 Jul 2004 20:43:13 -0000 1.2 --- InstantFlashFiler.pas 16 Sep 2004 11:33:37 -0000 1.3 *************** *** 249,255 **** I: Integer; begin if not Assigned(Scheme) then Exit; - Scheme.BlobStreamFormat := BlobStreamFormat; //CB with Scheme do for I := 0 to Pred(TableMetadataCount) do --- 249,255 ---- I: Integer; begin + inherited; if not Assigned(Scheme) then Exit; with Scheme do for I := 0 to Pred(TableMetadataCount) do |