diff --git a/mds4dc/src/main.c b/mds4dc/src/main.c index 73b5487..09a4d49 100644 --- a/mds4dc/src/main.c +++ b/mds4dc/src/main.c @@ -94,7 +94,7 @@ void info_msg(char* msg) { textColor(LIGHT_GRAY); } else { textColor(WHITE); - printf(msg); + printf("%s", msg); textColor(LIGHT_GRAY); } }