diff options
author | pixel <pixel> | 2003-12-26 20:36:07 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-12-26 20:36:07 +0000 |
commit | 9969c145b6d9ed39300b1e35092ac87d9019d487 (patch) | |
tree | 983bd5408900835dc6029fde9e027b43b98bfaad /lib | |
parent | cf9fc04308a9dcc9fa70ee29d3718e75a0d7ebc5 (diff) |
Pffff...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cdutils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cdutils.cpp b/lib/cdutils.cpp index a538498..a286851 100644 --- a/lib/cdutils.cpp +++ b/lib/cdutils.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: cdutils.cpp,v 1.23 2003-12-26 20:05:58 pixel Exp $ */ +/* $Id: cdutils.cpp,v 1.24 2003-12-26 20:36:07 pixel Exp $ */ #include <stdio.h> #include <string.h> @@ -87,7 +87,7 @@ Handle * cdutils::open_ppf(String ppf, String comment) throw (GeneralException) ppf_file->write(&l, sizeof(l)); f_iso_r->seek(0x9320, SEEK_SET); - copy(f_iso_r, ppf_file, 1024); +// copy(f_iso_r, ppf_file, 1024); return ppf_file; } |