mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
SDL fix (nw)
This commit is contained in:
parent
71c4d9f304
commit
2f095e71f1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue