occt: master 2c25cc04

Author Committer Branch Timestamp Parent
gka bugmaster master 2017-10-03 14:28:32 master 385d47dd
Changeset 0029029: Exception Raised with no Result during reading file 2033zsh1_1.stp

Static function stepstrcmp() in StepData_StepReaderData.cxx is replaced by plain strcmp() to have the full strings compared (stepstrcmp() returned true if one of strings was longer than the other but common part was equal).
Protection is added to avoid exception for cases when representation entities are NULL
mod - src/STEPConstruct/STEPConstruct_Assembly.cxx Diff File
mod - src/STEPControl/STEPControl_ActorRead.cxx Diff File
mod - src/StepData/StepData_StepReaderData.cxx Diff File
add - tests/bugs/step/bug29029 Diff File