Bug fix: Command -blank "as_needed" formatted blank BD-R.

master
Thomas Schmitt 10 years ago
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…
Cancel
Save