mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
Add missing c_str() in font_osx.cpp
This commit is contained in:
parent
06139c26a9
commit
22a3a6d3c4
@ -89,7 +89,7 @@ bool SetFallbackFont(FontCacheSettings *settings, const std::string &language_is
|
||||
/* Save result. */
|
||||
callback->SetFontNames(settings, name);
|
||||
if (!callback->FindMissingGlyphs()) {
|
||||
DEBUG(fontcache, 2, "CT-Font for %s: %s", language_isocode, name);
|
||||
DEBUG(fontcache, 2, "CT-Font for %s: %s", language_isocode.c_str(), name);
|
||||
result = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user