Slightly modified master test
This commit is contained in:
parent
16e303dd16
commit
e27b5e80fe
@ -30,7 +30,7 @@ void burn_files(struct burn_drive *drive, struct burn_disc *disc)
|
|||||||
|
|
||||||
if (s != BURN_DISC_BLANK) {
|
if (s != BURN_DISC_BLANK) {
|
||||||
burn_drive_release(drive, 0);
|
burn_drive_release(drive, 0);
|
||||||
printf("put a blank in the drive, corky\n");
|
printf("Please insert blank media in the drive\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
o = burn_write_opts_new(drive);
|
o = burn_write_opts_new(drive);
|
||||||
|
Loading…
Reference in New Issue
Block a user