diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:27:51 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:27:51 +0000 |
| commit | f0eae5dda3d9ebbe4a8548b5d4619d0a7d8aa99f (patch) | |
| tree | 1a78a73568048148a69708f09a2d11be5fbb4f24 /src/extension/implementation/script.cpp | |
| parent | (bzr r3132) (diff) | |
| download | inkscape-f0eae5dda3d9ebbe4a8548b5d4619d0a7d8aa99f.tar.gz inkscape-f0eae5dda3d9ebbe4a8548b5d4619d0a7d8aa99f.zip | |
r15555@tres: ted | 2007-06-08 08:57:04 -0700
Adding in a debuging message and extending copyright.
(bzr r3133)
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bryce@osdl.org> * Ted Gould <ted@gould.cx> * - * 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<std::string> &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 <std::string> argv; |
