Codechange: Convert some more FIO functions to take std::string.
This commit is contained in:
@@ -2930,7 +2930,7 @@ void FileToSaveLoad::SetMode(SaveLoadOperation fop, AbstractFileType aft, Detail
|
||||
*/
|
||||
void FileToSaveLoad::SetName(const char *name)
|
||||
{
|
||||
strecpy(this->name, name, lastof(this->name));
|
||||
this->name = name;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user