Bug fix: -as cdrecord -atip falsely announced overwriteable DVD-RW to sdvdbackup
This commit is contained in:
parent
309efa4298
commit
66616027c2
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.06.22.135202"
|
#define Xorriso_timestamP "2008.06.27.124201"
|
||||||
|
@ -5871,8 +5871,10 @@ int Xorriso_atip(struct XorrisO *xorriso, int flag)
|
|||||||
if(strstr(profile_name,"DVD")==profile_name) {
|
if(strstr(profile_name,"DVD")==profile_name) {
|
||||||
sprintf(respt, "book type: %s (emulated booktype)\n", profile_name);
|
sprintf(respt, "book type: %s (emulated booktype)\n", profile_name);
|
||||||
Xorriso_result(xorriso,1);
|
Xorriso_result(xorriso,1);
|
||||||
sprintf(respt, "xorriso: message for sdvdbackup: \"(growisofs mode Restricted Overwrite)\"\n");
|
if(profile_number == 0x13) {
|
||||||
Xorriso_result(xorriso,1);
|
sprintf(respt, "xorriso: message for sdvdbackup: \"(growisofs mode Restricted Overwrite)\"\n");
|
||||||
|
Xorriso_result(xorriso,1);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
sprintf(respt, "ATIP info from disk:\n");
|
sprintf(respt, "ATIP info from disk:\n");
|
||||||
Xorriso_result(xorriso,1);
|
Xorriso_result(xorriso,1);
|
||||||
|
Loading…
Reference in New Issue
Block a user