diff options
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 96e4bd855..1a1590f6d 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -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. |
