From: gouldtj Date: Wed, 27 Jun 2007 06:27:51 +0000 (+0000) Subject: r15555@tres: ted | 2007-06-08 08:57:04 -0700 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=741870eae3bd5d98a445cd6a421251bd9585d69b;p=inkscape.git r15555@tres: ted | 2007-06-08 08:57:04 -0700 Adding in a debuging message and extending copyright. --- diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 85b2addcb..f8cdfd9f2 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -6,7 +6,7 @@ * Bryce Harrington * Ted Gould * - * Copyright (C) 2002-2005 Authors + * Copyright (C) 2002-2005,2007 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -996,7 +996,7 @@ execute (const std::list &in_command, file_listener &fileout) { g_return_val_if_fail(in_command.size() > 0, 0); - // printf("Executing: %s\n", in_command); + // printf("Executing\n"); std::vector argv;