diff options
author | pixel <pixel> | 2005-11-13 13:43:20 +0000 |
---|---|---|
committer | pixel <pixel> | 2005-11-13 13:43:20 +0000 |
commit | d51d35a379cb3e01ade8410e87147bd71b2dbf9b (patch) | |
tree | 93f984051d04b26b6cb9b3a97c49790b3333fe95 /cd-tool.cpp | |
parent | cf6fa52a70b54370c1759d436aeab288d37ff4d8 (diff) |
Fixing various stuff, especially DVD reading.
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r-- | cd-tool.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp index 4cd7c1d..fbebf8e 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.45 2005-11-02 21:34:01 pixel Exp $ */ +/* $Id: cd-tool.cpp,v 1.46 2005-11-13 13:43:21 pixel Exp $ */ #define WIP @@ -590,8 +590,6 @@ virtual int startup() throw (GeneralException) { if (!compile && builtin) { Buffer built; - int i; - built.write(cd_tool_lua, cd_tool_lua_size); try { |