summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20dccc8)
raw | patch | inline | side by side (parent: 20dccc8)
author | keescook <keescook@users.sourceforge.net> | |
Wed, 11 Apr 2007 01:27:13 +0000 (01:27 +0000) | ||
committer | keescook <keescook@users.sourceforge.net> | |
Wed, 11 Apr 2007 01:27:13 +0000 (01:27 +0000) |
src/extension/implementation/script.cpp | patch | blob | history |
index 96e4bd855b8fe9be8fda6de34d4e37b7b1fa681a..1a1590f6d0968c6994f685aa21a8d0355ef5933b 100644 (file)
@@ -871,6 +871,10 @@ Script::copy_doc (Inkscape::XML::Node * oldroot, Inkscape::XML::Node * newroot)
/* Helper class used by Script::execute */
+/*
+ * This *REALLY* needs to be replaced with g_spawn_async_with_pipes()
+ * and proper usage of argv arrays, not just plain strings.
+ */
class pipe_t {
public:
/* These functions set errno if they return false.