Bug fix: Command -blank "as_needed" formatted blank BD-R.
This commit is contained in:
parent
43007e2bda
commit
81565c2a5b
@ -1810,7 +1810,7 @@ int Xorriso_blank_as_needed(struct XorrisO *xorriso, int flag)
|
||||
return(ret);
|
||||
did_work= (ret == 1);
|
||||
} else if(current_profile == 0x41) { /* BD-R SRM */
|
||||
if(!is_formatted) {
|
||||
if((flag & 4) && !is_formatted) {
|
||||
ret= Xorriso_format_media(xorriso, (off_t) 0, 1);
|
||||
if(ret <= 0)
|
||||
return(ret);
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2013.08.16.153701"
|
||||
#define Xorriso_timestamP "2013.08.16.153743"
|
||||
|
Loading…
Reference in New Issue
Block a user