yet even more GetChars calls added.

This commit is contained in:
Christoph Oelckers 2023-10-07 23:29:24 +02:00
commit 7a5a2858a2
46 changed files with 190 additions and 190 deletions

View file

@ -171,7 +171,7 @@ FString FSavegameManager::ExtractSaveComment(FSerializer &arc)
FString FSavegameManager::BuildSaveName(const char* prefix, int slot)
{
return G_BuildSaveName(FStringf("%s%02d", prefix, slot));
return G_BuildSaveName(FStringf("%s%02d", prefix, slot).GetChars());
}
//=============================================================================