1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027192: Improvement of storage of Ocaf document in XML file format

Improvement of code in XmlMDataStd_ExtStringArrayDriver.cxx

Corrected test-script
This commit is contained in:
vro
2016-02-24 10:35:52 +03:00
committed by bugmaster
parent 863f782a42
commit e9947e12bc
4 changed files with 323 additions and 35 deletions

View File

@@ -1153,7 +1153,7 @@ static Standard_Integer DDataStd_GetExtStringArrayValue (Draw_Interpretor& di,
return 1;
} else {
const TCollection_ExtendedString& value = A->Value(index);
di << value << "\n";
di << value ;
}
return 0;