Now unconditional: Cdrskin_libburn_has_pretend_fulL
This commit is contained in:
parent
68e15b3dc4
commit
81639500d9
@ -194,7 +194,7 @@ or
|
|||||||
#define Cdrskin_libburn_has_buffer_progresS 1
|
#define Cdrskin_libburn_has_buffer_progresS 1
|
||||||
|
|
||||||
/* 0.2.6 */
|
/* 0.2.6 */
|
||||||
#define Cdrskin_libburn_has_pretend_fulL 1
|
/* Cdrskin_libburn_has_pretend_fulL */
|
||||||
/* Cdrskin_libburn_has_multI */
|
/* Cdrskin_libburn_has_multI */
|
||||||
/* Cdrskin_libburn_has_buffer_min_filL */
|
/* Cdrskin_libburn_has_buffer_min_filL */
|
||||||
|
|
||||||
@ -5670,8 +5670,6 @@ int Cdrskin_blank(struct CdrskiN *skin, int flag)
|
|||||||
if(ret==2)
|
if(ret==2)
|
||||||
s= BURN_DISC_APPENDABLE;
|
s= BURN_DISC_APPENDABLE;
|
||||||
do_format= skin->blank_format_type & 0xff;
|
do_format= skin->blank_format_type & 0xff;
|
||||||
|
|
||||||
#ifdef Cdrskin_libburn_has_pretend_fulL
|
|
||||||
if(s==BURN_DISC_UNSUITABLE) {
|
if(s==BURN_DISC_UNSUITABLE) {
|
||||||
if(skin->force_is_set) {
|
if(skin->force_is_set) {
|
||||||
ClN(fprintf(stderr,"cdrskin: NOTE : -force blank=... : Treating unsuitable media as burn_disc_full\n"));
|
ClN(fprintf(stderr,"cdrskin: NOTE : -force blank=... : Treating unsuitable media as burn_disc_full\n"));
|
||||||
@ -5680,8 +5678,6 @@ int Cdrskin_blank(struct CdrskiN *skin, int flag)
|
|||||||
} else
|
} else
|
||||||
hint_force= 1;
|
hint_force= 1;
|
||||||
}
|
}
|
||||||
#endif /* Cdrskin_libburn_has_pretend_fulL */
|
|
||||||
|
|
||||||
if(do_format)
|
if(do_format)
|
||||||
if(do_format>=0 && do_format<=fmtp_max)
|
if(do_format>=0 && do_format<=fmtp_max)
|
||||||
fmt_text= fmtp[do_format];
|
fmt_text= fmtp[do_format];
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2011.10.06.103102"
|
#define Cdrskin_timestamP "2011.10.06.103325"
|
||||||
|
Loading…
Reference in New Issue
Block a user