summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-02 13:10:05 +0000
committerpixel <pixel>2006-02-02 13:10:05 +0000
commit074b784bfd03f248aa13cb50ad45479db03ba5ca (patch)
tree4b999bacc44a271e57ff6c0cde2673fa6f451e8a
parentd05884755c37c131b610c6ce1aef2201d99a10f5 (diff)
OUCH! What a typo!
-rw-r--r--lib/cdutils.cpp4
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);