]> OCCT Git - occt.git/commit
0033337: DRAW - Can't load plugins on Linux OS CR33337
authordpasukhi <dpasukhi@opencascade.com>
Thu, 9 Mar 2023 16:24:11 +0000 (16:24 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Thu, 9 Mar 2023 23:26:59 +0000 (23:26 +0000)
commitb989082fe113f89aa5a3d0fa1dd56b2ad6ea7a89
tree6ab4b7f9756c9d5b16ca2f2c2012bdcf216b312b
parent86e352849dc7598209cb6a1254faa9c946a38977
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