]> git.pld-linux.org Git - packages/libreport.git/blame - libreport-format.patch
- python 3.6
[packages/libreport.git] / libreport-format.patch
CommitLineData
f5ca9803
JB
1--- libreport-2.9.0/src/gui-wizard-gtk/wizard.c.orig 2016-11-28 23:44:35.000000000 +0100
2+++ libreport-2.9.0/src/gui-wizard-gtk/wizard.c 2016-12-16 23:23:34.616353342 +0100
3@@ -3094,7 +3094,7 @@
4 }
5 else
6 {
7- log(msg);
8+ log("%s", msg);
9 free(msg);
10 }
11 }
This page took 0.048375 seconds and 4 git commands to generate.