Switched full formatting from type 10h to 00h which includes lead-out
This commit is contained in:
parent
f0df191a5e
commit
560798d9a1
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2007.01.10.152350"
|
||||
#define Cdrskin_timestamP "2007.01.10.152520"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user