From e76aa430b6188e63dbc6dec4f59e8b938e1943d8 Mon Sep 17 00:00:00 2001 From: jfa Date: Fri, 26 Oct 2012 07:24:49 +0000 Subject: [PATCH] 0021565: [CEA 557] Opposite of the pipe. --- src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx index 680ab4497..ffe04f377 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx @@ -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; } -- 2.39.2