ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
747 stars 48 forks source link

Fix compile Error #128

Closed Smeeto13 closed 3 years ago

Smeeto13 commented 3 years ago

Fixed: uwufetch.c: In function ‘print_ascii’: uwufetch.c:732:10: warning: format not a string literal and no format arguments [-Wformat-security] 732 | printf(line); | ^~~~ by adding string argument to printf