summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e182e0b)
raw | patch | inline | side by side (parent: e182e0b)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 27 Jun 2007 06:27:51 +0000 (06:27 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Wed, 27 Jun 2007 06:27:51 +0000 (06:27 +0000) |
Adding in a debuging message and extending copyright.
src/extension/implementation/script.cpp | patch | blob | history |
index 85b2addcb3e879dea714ee09b0279a3d62305c48..f8cdfd9f2c17e063774a10300a931b0f4ed8f031 100644 (file)
* 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
*/
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;