]> OCCT Git - occt.git/commit
0031972: Application Framework, FSD_CmpFile - exception on reading file in old persis...
authorkgv <kgv@opencascade.com>
Wed, 2 Dec 2020 11:28:38 +0000 (14:28 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 3 Dec 2020 15:51:47 +0000 (18:51 +0300)
commit607855094458c6618af58b64d76c2f47fa7b8e08
tree120897e3219e00370557201bd4ab423e540fb063
parent716cf4d96b52f66975b83d982a4dfeab9b8464db
0031972: Application Framework, FSD_CmpFile - exception on reading file in old persistence format with Windows EOL

FSD_CmpFile::ReadLine()/FSD_CmpFile::ReadString() now use TCollection_AsciiString::Trunc()
instead of ill-formed character assignment to '\0'.
src/FSD/FSD_CmpFile.cxx
tests/caf/basic/W12 [new file with mode: 0644]