gimp r27611 - in branches/gimp-2-6: . plug-ins/common
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27611 - in branches/gimp-2-6: . plug-ins/common
- Date: Mon, 10 Nov 2008 23:18:29 +0000 (UTC)
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]