]> OCCT Git - occt.git/commit
0030113: Data Exchange - STL file in text format with "Facet" keywords can't be imported
authorgka <gka@opencascade.com>
Thu, 12 Sep 2019 13:30:09 +0000 (16:30 +0300)
committerabv <abv@opencascade.com>
Sat, 14 Sep 2019 08:45:36 +0000 (11:45 +0300)
commitd45b7860a59337386eb0fa71a08646a6d7eb4733
treefa3b05a0feb01bcacc09ee7d30a184aaeb313914
parent0cdaa8a4a5910bfae9bd3ed864790c88f24a7109
0030113: Data Exchange - STL file in text format with "Facet" keywords can't be imported

Case-sensitive method strncmp used in the REStl_Reader cosidered register of letter was replaced on the method _strnicmp for Windows and strncasecmp for Linux and MacOs
Test script for case 0030113
src/RWStl/RWStl_Reader.cxx
tests/bugs/stlvrml/bug30113 [new file with mode: 0644]