Using burn_allow_drive_role_4() in cdrskin

This commit is contained in:
Thomas Schmitt 2011-03-13 13:08:58 +00:00
parent 402f4c0b04
commit 240e6abff4
2 changed files with 4 additions and 1 deletions

View File

@ -2221,6 +2221,7 @@ LIBBURN_MISCONFIGURATION_ = 0;
return(-1);
}
Cdrpreskin_set_severities(preskin,NULL,NULL,0);
burn_allow_drive_role_4(1);
return(1);
}
@ -4900,6 +4901,8 @@ int Cdrskin_checkdrive(struct CdrskiN *skin, char *profile_name, int flag)
printf("%s\n","Emulated (stdio-drive, 2k random read-write)");
else if(ret==3)
printf("%s\n","Emulated (stdio-drive, sequential write-only)");
else if(ret==4)
printf("%s\n","Emulated (stdio-drive, 2k random read-only)");
else if(ret!=1)
printf("%s\n","Emulated (stdio-drive)");
else

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.03.13.130746"
#define Cdrskin_timestamP "2011.03.13.130850"