mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
void UpdateParameters(const char* theParameters)
{ + if ( strlen(theParameters) == 0 ) return;
This commit is contained in:
parent
b0b26bc35f
commit
8317c21cad
@ -916,7 +916,7 @@ void SMESH_Gen_i::UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char*
|
||||
return;
|
||||
myLastParameters.clear();
|
||||
int pos = 0, prevPos = 0, len = strlen( theParameters );
|
||||
//if ( len == 0 ) return;
|
||||
if ( len == 0 ) return;
|
||||
while ( pos <= len )
|
||||
{
|
||||
if ( pos == len || theParameters[pos] == ':' )
|
||||
|
Loading…
Reference in New Issue
Block a user