X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FMG_Hexotic_API.cxx;fp=src%2FHexoticPlugin%2FMG_Hexotic_API.cxx;h=314912e3356a5d3ed50e217afd94000b7d0b2443;hb=9df24448cbeebc0828097c70d64aa2f1a5946816;hp=989fb5b12ced972938f20f5e2cfdb772ff3f44d7;hpb=4a2284e8f0ccd8f0a15d7956799e9bed531f53c7;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/MG_Hexotic_API.cxx b/src/HexoticPlugin/MG_Hexotic_API.cxx index 989fb5b..314912e 100644 --- a/src/HexoticPlugin/MG_Hexotic_API.cxx +++ b/src/HexoticPlugin/MG_Hexotic_API.cxx @@ -790,6 +790,8 @@ bool MG_Hexotic_API::Compute( const std::string& cmdLine, std::string& errStr ) value = ""; while ( i+1 < args.size() && args[i+1][0] != '-' ) { + if ( strncmp( "1>", args[i+1].c_str(), 2 ) == 0 ) + break; if ( !value.empty() ) value += " "; value += args[++i]; }