mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-17 00:48:48 +08:00
2c25cc04e0
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