mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
correct important misprint
This commit is contained in:
parent
2af8a22082
commit
f070e9ff09
@ -321,7 +321,7 @@ SMESH::SMESH_Hypothesis_ptr SMESH_Gen_i::createHypothesis(const char* theHypName
|
|||||||
aPlatformLibName[0] = '\0';
|
aPlatformLibName[0] = '\0';
|
||||||
aPlatformLibName = strcat( aPlatformLibName, "lib" );
|
aPlatformLibName = strcat( aPlatformLibName, "lib" );
|
||||||
aPlatformLibName = strcat( aPlatformLibName, theLibName );
|
aPlatformLibName = strcat( aPlatformLibName, theLibName );
|
||||||
aPlatformLibName = strcat( aPlatformLibName, ".dll" );
|
aPlatformLibName = strcat( aPlatformLibName, ".so" );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user