Add missing c_str() in font_osx.cpp
This commit is contained in:
@@ -89,7 +89,7 @@ bool SetFallbackFont(FontCacheSettings *settings, const std::string &language_is
|
|||||||
/* Save result. */
|
/* Save result. */
|
||||||
callback->SetFontNames(settings, name);
|
callback->SetFontNames(settings, name);
|
||||||
if (!callback->FindMissingGlyphs()) {
|
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;
|
result = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user