1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0024279: bug in Standard_Boolean STEPCAFControl_Reader::Transfer

This commit is contained in:
gka 2013-12-04 10:37:41 +04:00 committed by bugmaster
parent 9e8804b6db
commit 44d7c4080a

View File

@ -428,7 +428,7 @@ Standard_Boolean STEPCAFControl_Reader::Transfer (STEPControl_Reader &reader,
if ( num <=0 ) return Standard_False;
if ( nroot ) {
if ( nroot > num ) return Standard_False;
reader.TransferOneRoot ( num );
reader.TransferOneRoot ( nroot );
}
else {
for ( i=1; i <= num; i++ ) reader.TransferOneRoot ( i );