summarylogtreecommitdiffstats
path: root/format-security.patch
blob: 45ff185ac92a577a1eddb32684031f6419fb3c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- meanwhile-1.0.2/src/mw_debug.c.old	2021-12-06 21:57:39.862840671 +0300
+++ meanwhile-1.0.2/src/mw_debug.c	2021-12-06 21:58:29.455096490 +0300
@@ -92,7 +92,7 @@
   }
   pretty_print(str, buf, len);
 
-  g_debug(str->str);
+  g_debug("%s", str->str);
   g_string_free(str, TRUE);
 }