From cfe6e3a00ed32cebd930f89ef50a1cb88f449205 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 7 Oct 2010 17:52:13 +0530 Subject: [PATCH] plug-ins: Increase size of values array in file-gih to allow for values[1] access --- plug-ins/common/file-gih.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/common/file-gih.c b/plug-ins/common/file-gih.c index 289333b6d8..4c6cbd6a82 100644 --- a/plug-ins/common/file-gih.c +++ b/plug-ins/common/file-gih.c @@ -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;