From: gouldtj Date: Tue, 2 May 2006 05:23:08 +0000 (+0000) Subject: r11149@tres: ted | 2006-03-27 22:31:24 -0800 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d378575a165c2c0cd81ee1712242561aec815f3d;p=inkscape.git r11149@tres: ted | 2006-03-27 22:31:24 -0800 Change the prototype, need to change what you're doing with it. --- diff --git a/src/extension/implementation/implementation.cpp b/src/extension/implementation/implementation.cpp index ee131dea7..fe7c03463 100644 --- a/src/extension/implementation/implementation.cpp +++ b/src/extension/implementation/implementation.cpp @@ -153,7 +153,7 @@ Implementation::text(Inkscape::Extension::Print *module, char const *text, void Implementation::processPath(Inkscape::XML::Node * node) { - return g_strdup(path); + return; } /**