]> OCCT Git - occt.git/commit
0032442: Application Framework - Problems of testing on MacOS arm64 platform IR-2022-03-18
authormpv <mpv@opencascade.com>
Thu, 10 Mar 2022 08:57:41 +0000 (11:57 +0300)
committersmoskvin <smoskvin@opencascade.com>
Fri, 18 Mar 2022 14:53:47 +0000 (17:53 +0300)
commite720157864e4bb408d607298610b464977491228
treef0c9cfe72c5d54024e8ac1fd18416ec54a1e9452
parent452ba192d5cd1ebcab77a397f310e60f6092d0fe
0032442: Application Framework - Problems of testing on MacOS arm64 platform

Fixed the problem of reading XML files on MacOS. 'errno' was not reseted
even the 'strtol' function produced a good value. So, now it is erased
forcibly before the call.
src/LDOM/LDOMBasicString.cxx
src/OSD/OSD_Directory.cxx