From 1dc447476e85915a6da11c3a1c98802d9d40149f Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 25 Oct 2012 11:11:15 +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 b4103f9fa..680ab4497 100644 --- a/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx +++ b/src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx @@ -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; } -- 2.39.2