diff --git a/uwufetch.c b/uwufetch.c index 5c7c816..b5b79ef 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -729,7 +729,7 @@ void print_ascii() replace(line, "{LPINK}", LPINK); // For manjaro replace(line, "{BACKGROUND_GREEN}", "\e[0;42m"); - printf(line); + printf("%s", line); } // Always set color to NORMAL, so there's no need to do this in every ascii file. printf(NORMAL);