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:
parent
9e8804b6db
commit
44d7c4080a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user