Hi, I'm solving bug (https://bugzilla.novell.com/show_bug.cgi?id=231161 ) in package gimp-unstable-2.3.11. There are modified elements 2 and 3 of 'values' array on lines 223 - 226 of file plug-ins/winicon/main.c But this doesn't agree with definition of 'values' parameter of function run(), line 154. Is it OK to replace 2 by 4 in the definition of 'values' variable? Thanks. Petr
--- plug-ins/winicon/main.c +++ plug-ins/winicon/main.c @@ -151,7 +151,7 @@ gint *nreturn_vals, GimpParam **return_vals) { - static GimpParam values[2]; + static GimpParam values[4]; gint32 image_ID; gint32 drawable_ID; GimpRunMode run_mode;
_______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer