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

This commit is contained in:
Mukund Sivaraman 2010-10-07 17:55:36 +05:30
parent cfe6e3a00e
commit 9853df88a1
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ run (const gchar *name,
gint *nreturn_vals,
GimpParam **return_vals)
{
static GimpParam values[2];
static GimpParam values[6];
GimpRunMode run_mode;
GimpPDBStatusType status = GIMP_PDB_SUCCESS;
gint32 image_ID;