diff options
-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 f39114c..0b5709a 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.34 2005-11-02 21:34:02 pixel Exp $ */ +/* $Id: cdutils.cpp,v 1.35 2006-02-02 13:10:05 pixel Exp $ */ #include <stdio.h> #include <string.h> @@ -339,7 +339,7 @@ void cdutils::write_sector(Byte * buffer, int type, int number) throw (GeneralEx yazedc_o.second = old_sector[13]; yazedc_o.frame = old_sector[14]; - bcopy((char *) old_sector, (char *) new_sector, 2532); + bcopy((char *) old_sector, (char *) new_sector, 2352); bcopy((char *) buffer, (char *) new_sector + sec_offsts[type], sec_sizes[type]); yazedc_o.do_encode_L2(new_sector, type, 0); |