]> OCCT Git - occt.git/commit
0033337: DRAW - Can't load plugins on Linux OS
authordpasukhi <dpasukhi@opencascade.com>
Thu, 9 Mar 2023 16:24:11 +0000 (16:24 +0000)
committervglukhik <vglukhik@opencascade.com>
Tue, 21 Mar 2023 12:36:43 +0000 (12:36 +0000)
commitc2e3775a0c73b5413723a3b6f77c277c1c9f2299
tree29a793e3783ea1ed2c13da0392577008b1c9b99c
parentb5242865774c4e5b8efa88ab26d95e05f559669c
0033337: DRAW - Can't load plugins on Linux OS

WSL 2 have windows FileSystem and as a result we have \r symbols before \n
For this cases we can just remove \r\n (\n is a last symbol) for the node value.
src/Resource/Resource_Manager.cxx
tests/bugs/demo/bug23671