]> git.pld-linux.org Git - packages/gegl.git/blob - gegl-Wformat-security.patch
- release 3 (by relup.sh)
[packages/gegl.git] / gegl-Wformat-security.patch
1 --- gegl-0.4.14/bin/ui-core.c~  2019-03-01 13:59:14.000000000 +0100
2 +++ gegl-0.4.14/bin/ui-core.c   2019-04-09 07:22:31.414887340 +0200
3 @@ -763,7 +763,7 @@
4                G_SPAWN_SEARCH_PATH|G_SPAWN_SEARCH_PATH_FROM_ENVP,
5                NULL, NULL, &thumbnailer_pid, &error);
6            if (error)
7 -            g_warning (error->message);
8 +            g_warning ("%s", error->message);
9          }
10          g_usleep (1000);
11        }
This page took 0.046997 seconds and 3 git commands to generate.