From 560798d9a127a6d5d0939146f9150af1b26f0724 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 10 Jan 2007 15:27:54 +0000 Subject: [PATCH] Switched full formatting from type 10h to 00h which includes lead-out --- libburn/trunk/cdrskin/cdrskin_timestamp.h | 2 +- libburn/trunk/libburn/mmc.c | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/libburn/trunk/cdrskin/cdrskin_timestamp.h b/libburn/trunk/cdrskin/cdrskin_timestamp.h index d7884c66..f9519f88 100644 --- a/libburn/trunk/cdrskin/cdrskin_timestamp.h +++ b/libburn/trunk/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.01.10.152350" +#define Cdrskin_timestamP "2007.01.10.152520" diff --git a/libburn/trunk/libburn/mmc.c b/libburn/trunk/libburn/mmc.c index 72756f81..b7bb84f0 100644 --- a/libburn/trunk/libburn/mmc.c +++ b/libburn/trunk/libburn/mmc.c @@ -1283,15 +1283,9 @@ int mmc_format_unit(struct burn_drive *d, off_t size, int flag) struct buffer buf; struct command c; int ret, tolerate_failure = 0, return_immediately = 0, i, format_type; - -#ifdef Not_yeT - int full_format_type = 0x00; /* Full Format (or 0x10 for DVD-RW ?) */ -#else - int full_format_type = 0x10; -#endif - off_t num_of_blocks = 0, diff; char msg[160],descr[80]; + int full_format_type = 0x00; /* Full Format (or 0x10 for DVD-RW ?) */ mmc_function_spy("mmc_format_unit"); c.retry = 1;