plug-ins: Increase size of values array in file-gih to allow for values[1] access

This commit is contained in:
Mukund Sivaraman 2010-10-07 17:52:13 +05:30
parent ea29074bf8
commit cfe6e3a00e
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ run (const gchar *name,
gint *nreturn_vals,
GimpParam **return_vals)
{
static GimpParam values[1];
static GimpParam values[2];
GimpRunMode run_mode;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
GimpParasite *pipe_parasite;