]> git.pld-linux.org Git - packages/libreport.git/blob - libreport-format.patch
2658793eba2d880be2067acd2ae09d102a9636b2
[packages/libreport.git] / libreport-format.patch
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.019471 seconds and 2 git commands to generate.