From f070e9ff0905226efca277c80005d5f36f34de1c Mon Sep 17 00:00:00 2001 From: ptv Date: Fri, 5 May 2006 08:52:45 +0000 Subject: [PATCH] correct important misprint --- src/SMESH_I/SMESH_Gen_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_Gen_i.cxx b/src/SMESH_I/SMESH_Gen_i.cxx index 420ce7a7c..0823b3314 100644 --- a/src/SMESH_I/SMESH_Gen_i.cxx +++ b/src/SMESH_I/SMESH_Gen_i.cxx @@ -321,7 +321,7 @@ SMESH::SMESH_Hypothesis_ptr SMESH_Gen_i::createHypothesis(const char* theHypName aPlatformLibName[0] = '\0'; aPlatformLibName = strcat( aPlatformLibName, "lib" ); aPlatformLibName = strcat( aPlatformLibName, theLibName ); - aPlatformLibName = strcat( aPlatformLibName, ".dll" ); + aPlatformLibName = strcat( aPlatformLibName, ".so" ); #endif } -- 2.39.2