SDL fix (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-19 12:21:16 +02:00
parent 71c4d9f304
commit 2f095e71f1

View file

@ -55,7 +55,7 @@ bool osd_font_sdl::open(const char *font_path, const char *_name, int &height)
// accept qualifiers from the name
astring name(_name);
if (name == "default")
if (name.cmp("default")==0)
{
name = "Liberation Sans";
}