[patch] escaping double quotes in SF_STRING values

2000-01-17 Thread Tor Lillqvist
Tamito KAJIYAMA writes: I've just installed 1.1.15 and found a bug (IMO) that Script-Fu failed if a string containing double quotes was given as an argument of the SF_STRING type. Attached is a quick and dirty patch for fixing that bug. This patch is unnecessary when using GLib 1.3 or

Re: [patch] escaping double quotes in SF_STRING values

2000-01-17 Thread Tamito KAJIYAMA
Tor Lillqvist writes: | | Tamito KAJIYAMA writes: | I've just installed 1.1.15 and found a bug (IMO) that Script-Fu | failed if a string containing double quotes was given as an | argument of the SF_STRING type. Attached is a quick and dirty | patch for fixing that bug. | | This patch

[patch] escaping double quotes in SF_STRING values

2000-01-16 Thread Tamito KAJIYAMA
Hi. I've just installed 1.1.15 and found a bug (IMO) that Script-Fu failed if a string containing double quotes was given as an argument of the SF_STRING type. Attached is a quick and dirty patch for fixing that bug. I wonder if we need to escape the values of the SF_FILENAME type in the same