0021565: [CEA 557] Opposite of the pipe.

This commit is contained in:
jfa 2012-10-26 07:24:49 +00:00
parent 1dc447476e
commit e76aa430b6

View File

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