0021565: [CEA 557] Opposite of the pipe.

This commit is contained in:
jfa 2012-10-25 11:11:15 +00:00
parent 42496be21b
commit 1dc447476e

View File

@ -2285,7 +2285,7 @@ Handle(GEOM_Object) GEOMImpl_I3DPrimOperations::RestorePath (Handle(GEOM_Object)
}
catch (Standard_Failure) {
Handle(Standard_Failure) aFail = Standard_Failure::Caught();
SetErrorCode(aFail->GetMessageString());
SetErrorCode("RestorePath: inappropriate arguments given");
return NULL;
}