char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getMeshName()
{
string tmp_str = self->getMeshName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}
char * getFieldName()
{
string tmp_str = self->getFieldName();
- char * tmp = new char[strlen(tmp_str.c_str())];
- strcat(tmp,tmp_str.c_str());
+ char * tmp = new char[strlen(tmp_str.c_str()) + 1];
+ strcpy(tmp,tmp_str.c_str());
return tmp;
}
}