log safety

This commit is contained in:
KikooDX 2022-03-06 03:28:08 +01:00
parent c61cd287a5
commit 72ae36c2cc
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ int LZY_ShouldQuit(void) {
}
void LZY_Log(const char *msg) {
SDL_Log(msg);
SDL_Log("%s", msg);
}
const char *LZY_GetError(void) {