Warning() => GFX2_Log()

This commit is contained in:
Thomas Bernard 2020-05-14 00:19:02 +02:00
parent 6367ffa5a9
commit d24c3e2ebc

View File

@ -1591,7 +1591,7 @@ void Load_ICO(T_IO_Context * context)
if (0 == memcmp(png_header, "\x89PNG", 4)) if (0 == memcmp(png_header, "\x89PNG", 4))
{ {
// NO PNG Support // NO PNG Support
Warning("PNG Signature : Compiled without libpng support"); GFX2_Log(GFX2_WARNING, "PNG Signature : Compiled without libpng support\n");
File_error = 2; File_error = 2;
} }
#endif #endif