From 6ab243433dd388314420e8032e436beec2fef302 Mon Sep 17 00:00:00 2001 From: jun7 Date: Wed, 6 Jun 2018 13:29:14 +0900 Subject: [PATCH] Remove security warning --- ab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab.c b/ab.c index 1b623bc..a3d329c 100644 --- a/ab.c +++ b/ab.c @@ -213,7 +213,7 @@ int main(int argc, char **argv) init(); g_thread_join(initt); - g_print(tester->blockcss->str); + g_print("%s", tester->blockcss->str); g_print("\n\n\n\n{display:none !important}\n\n\n\n"); //g_print(tester->blockcssprivate->str); }