Warning() => GFX2_Log(GFX2_WARNING)

This commit is contained in:
Thomas Bernard
2020-04-13 00:43:47 +02:00
parent 7f08ad5bb9
commit 2c9b79a6af
10 changed files with 23 additions and 40 deletions

View File

@@ -705,7 +705,7 @@ byte Readline_ex_unicode(word x_pos, word y_pos, char * str, word * str_unicode,
}
else
{
Warning("Unicode conversion of input text failed");
GFX2_Log(GFX2_WARNING, "Unicode conversion of input text failed\n");
unicode_text[0] = 0;
}
#elif defined(WIN32)