aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKikooDX <kikoodx@paranoici.org>2022-03-06 03:28:08 +0100
committerKikooDX <kikoodx@paranoici.org>2022-03-06 03:28:08 +0100
commit72ae36c2cca7ae8a71fe2f4c990f2723ba1745f0 (patch)
treec66b03d1b7718c87014901fdb82535de8588e4c9
parentc61cd287a595df0918b83dd7b6593266f60fe7a6 (diff)
downloadlzy-72ae36c2cca7ae8a71fe2f4c990f2723ba1745f0.tar.gz
log safety
-rw-r--r--inc/lzy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lzy.h b/inc/lzy.h
index a1a8c86..5ff9507 100644
--- a/inc/lzy.h
+++ b/inc/lzy.h
@@ -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) {