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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user