Codechange: use string/fmt instead of printf for ShowInfo(F)
This commit is contained in:
@@ -132,5 +132,5 @@ bool IniFile::SaveToDisk(const std::string &filename)
|
||||
|
||||
/* virtual */ void IniFile::ReportFileError(const char * const pre, const char * const buffer, const char * const post)
|
||||
{
|
||||
ShowInfoF("%s%s%s", pre, buffer, post);
|
||||
ShowInfo("{}{}{}", pre, buffer, post);
|
||||
}
|
||||
|
Reference in New Issue
Block a user