mirror of https://github.com/GNOME/gimp.git
plug-ins: Increase size of values array in file-gih to allow for values[1] access
This commit is contained in:
parent
ea29074bf8
commit
cfe6e3a00e
|
@ -247,7 +247,7 @@ run (const gchar *name,
|
||||||
gint *nreturn_vals,
|
gint *nreturn_vals,
|
||||||
GimpParam **return_vals)
|
GimpParam **return_vals)
|
||||||
{
|
{
|
||||||
static GimpParam values[1];
|
static GimpParam values[2];
|
||||||
GimpRunMode run_mode;
|
GimpRunMode run_mode;
|
||||||
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
|
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
|
||||||
GimpParasite *pipe_parasite;
|
GimpParasite *pipe_parasite;
|
||||||
|
|
Loading…
Reference in New Issue