- TCollection_AsciiString oldScript (oldValue.out());

+  TCollection_AsciiString oldScript (oldValue.in());
This commit is contained in:
eap 2012-12-18 12:57:39 +00:00
parent 5ee5ad7e03
commit 338eab651c

View File

@ -696,7 +696,7 @@ void SMESH_Gen_i::SavePython (SALOMEDS::Study_ptr theStudy)
SALOMEDS::AttributePythonObject_var pyAttr = SALOMEDS::AttributePythonObject_var pyAttr =
SALOMEDS::AttributePythonObject::_narrow(anAttr); SALOMEDS::AttributePythonObject::_narrow(anAttr);
CORBA::String_var oldValue = pyAttr->GetObject(); CORBA::String_var oldValue = pyAttr->GetObject();
TCollection_AsciiString oldScript (oldValue.out()); TCollection_AsciiString oldScript (oldValue.in());
if (oldScript.Length() > 0) { if (oldScript.Length() > 0) {
oldScript += "\n"; oldScript += "\n";