Fixed receiving of information created in "Shape Processing"

This commit is contained in:
imn 2015-01-27 12:24:01 +03:00
parent 16b1d9dd39
commit 41bdac6716

View File

@ -1017,7 +1017,7 @@ GetCreationInformation(std::string& theOperationName,
AddParam( theParams, "Operation", op );
for ( int iP = aParams->Lower(), nbP = aParams->Upper(); iP <= nbP; ++iP )
{
const TCollection_ExtendedString& par = aParams->Value(i);
const TCollection_ExtendedString& par = aParams->Value(iP);
TCollection_AsciiString parAscii( par );
if ( par.Search( op ) == 1 && parAscii.Value( op.Length() + 1 ) == '.' )
{