[Gimp-developer] Scrip-Fu server bug?...

2001-09-18 Thread NunoACHenriques
Greetings! When the run-mode of a script-fu was turned to non-interactive (=TRUE) I got a very strange error message: ... /usr/bin/gimp: Script-Fu Error while executing (script_fu_text_nach FALSE /tmp/ /tmp/ /tmp/ /tmp/ FALSE '(39 36 95) '(39 36 95)) ERROR: unbound variable (erro

[Gimp-developer] tga loader patch

2001-09-18 Thread Steven Goodwin
This is a patch and long-winded README for the targa file format plugin (tga.c). It simply checks the value of the extension area offset before reading it from file. An offset value of 0 means that no extension area exists in the file. The area should not be read in this case otherwise it will

[Gimp-developer] tga patch fix

2001-09-18 Thread Steven Goodwin
The last patch I submitted was corrupted by an miscellaneous "k". Sorry about that. This one has been tested properly (as with future patches). Steve README for gimp-sgoodwin-010919-0.patch This patch fixes a bug with my previous patch (a rogue "k"). This patch should be applied instead