diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index d7884c6..f9519f8 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.01.10.152350" +#define Cdrskin_timestamP "2007.01.10.152520" diff --git a/libburn/mmc.c b/libburn/mmc.c index 72756f8..b7bb84f 100644 --- a/libburn/mmc.c +++ b/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;