]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0021565: [CEA 557] Opposite of the pipe.
authorjfa <jfa@opencascade.com>
Fri, 26 Oct 2012 07:24:49 +0000 (07:24 +0000)
committerjfa <jfa@opencascade.com>
Fri, 26 Oct 2012 07:24:49 +0000 (07:24 +0000)
src/GEOMImpl/GEOMImpl_I3DPrimOperations.cxx

index 680ab449722092d7ba9154598f34d013976c3713..ffe04f377e03d8c04d02229c746222a4215bc4c3 100644 (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;
   }