gimp r27611 - in branches/gimp-2-6: . plug-ins/common



Author: neo
Date: Mon Nov 10 23:18:28 2008
New Revision: 27611
URL: http://svn.gnome.org/viewvc/gimp?rev=27611&view=rev

Log:
2008-11-11  Sven Neumann  <sven gimp org>

 	Merged from trunk:

	* plug-ins/common/file-pdf.c: fixed size of the GimpParam array
	used for the return values.



Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/plug-ins/common/file-pdf.c

Modified: branches/gimp-2-6/plug-ins/common/file-pdf.c
==============================================================================
--- branches/gimp-2-6/plug-ins/common/file-pdf.c	(original)
+++ branches/gimp-2-6/plug-ins/common/file-pdf.c	Mon Nov 10 23:18:28 2008
@@ -323,7 +323,7 @@
      gint             *nreturn_vals,
      GimpParam       **return_vals)
 {
-  static GimpParam  values[2];
+  static GimpParam  values[4];
   GimpRunMode       run_mode;
   GimpPDBStatusType status   = GIMP_PDB_SUCCESS;
   gint32            image_ID = -1;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]