gimp r27011 - in trunk: . plug-ins/script-fu
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27011 - in trunk: . plug-ins/script-fu
- Date: Fri, 19 Sep 2008 09:47:10 +0000 (UTC)
Author: neo
Date: Fri Sep 19 09:47:10 2008
New Revision: 27011
URL: http://svn.gnome.org/viewvc/gimp?rev=27011&view=rev
Log:
2008-09-19 Sven Neumann <sven gimp org>
* plug-ins/script-fu/scheme-wrapper.c
(script_fu_marshal_procedure_call): increased size of the
stack-allocated error string.
Modified:
trunk/ChangeLog
trunk/plug-ins/script-fu/scheme-wrapper.c
Modified: trunk/plug-ins/script-fu/scheme-wrapper.c
==============================================================================
--- trunk/plug-ins/script-fu/scheme-wrapper.c (original)
+++ trunk/plug-ins/script-fu/scheme-wrapper.c Fri Sep 19 09:47:10 2008
@@ -605,7 +605,7 @@
gint nreturn_vals;
GimpParamDef *params;
GimpParamDef *return_vals;
- gchar error_str[256];
+ gchar error_str[1024];
gint i;
gint success = TRUE;
pointer intermediate_val;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]