diff options
author | pixel <pixel> | 2004-12-13 20:06:36 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-13 20:06:36 +0000 |
commit | 279769d6b22a849c77d923751e3e6c974c81d36e (patch) | |
tree | b4850695b6681243daac7e2609a5f421500027ce /cd-tool.cpp | |
parent | e7d51e1b5d67517e78546f36a1f5d909543942f0 (diff) |
Whoops...
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r-- | cd-tool.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp index 6707e69..6242402 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: cd-tool.cpp,v 1.35 2004-12-12 23:01:08 pixel Exp $ */ +/* $Id: cd-tool.cpp,v 1.36 2004-12-13 20:06:36 pixel Exp $ */ #define WIP @@ -554,7 +554,6 @@ virtual int startup() throw (GeneralException) { while (optind < argc) { todo = true; L->load(&Input(argv[optind++]), !compile); - optind++; } /* Doh... */ |