Skip to content
  • Michael Natterer's avatar
    - check the number of elements of array parameters against the actually · 59766a4e
    Michael Natterer authored
    2004-10-05  Michael Natterer  <mitch@gimp.org>
    
    	* plug-ins/script-fu/siod-wrapper.c (marshall_proc_db_call):
    	- check the number of elements of array parameters against
    	  the actually passed array and spit a proper error message
    	  instead of trashing the wire. Fixes bug #154266.
    	- g_strdup()/g_free() the proc_name so it doesn't get mungled
    	  by convert_string().
    	- added missing implementation of INT16ARRAY return values.
    	- cleaned up STRINGARRAY value implementations to work like
    	  all other array values.
    59766a4e