From 9853df88a1c0e9d9f354a9509774ff2ec73a7c94 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 7 Oct 2010 17:55:36 +0530 Subject: [PATCH] plug-ins: Increase size of values array in file-xmc to allow for values[5] access --- plug-ins/common/file-xmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c index b142d07441..71ebbf2cd7 100644 --- a/plug-ins/common/file-xmc.c +++ b/plug-ins/common/file-xmc.c @@ -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;